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