toJson method

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

Implementation

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