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