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