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