toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() {
  switch ($$typename) {
    case r'ChatInfoActionAvatarUpdated':
      return (this as ChatInfoQuoteMixin$Action$ChatInfoActionAvatarUpdated)
          .toJson();
    case r'ChatInfoActionCreated':
      return (this as ChatInfoQuoteMixin$Action$ChatInfoActionCreated)
          .toJson();
    case r'ChatInfoActionMemberAdded':
      return (this as ChatInfoQuoteMixin$Action$ChatInfoActionMemberAdded)
          .toJson();
    case r'ChatInfoActionMemberRemoved':
      return (this as ChatInfoQuoteMixin$Action$ChatInfoActionMemberRemoved)
          .toJson();
    case r'ChatInfoActionNameUpdated':
      return (this as ChatInfoQuoteMixin$Action$ChatInfoActionNameUpdated)
          .toJson();
    default:
  }
  return _$ChatInfoQuoteMixin$ActionToJson(this);
}