toJson method
override
Implementation
@override
Map<String, dynamic> toJson() {
switch ($$typename) {
case r'ChatMessageQuote':
return (this as NestedChatMessageMixin$RepliesTo$ChatMessageQuote)
.toJson();
case r'ChatInfoQuote':
return (this as NestedChatMessageMixin$RepliesTo$ChatInfoQuote)
.toJson();
default:
}
return _$NestedChatMessageMixin$RepliesToToJson(this);
}