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