NestedChatForwardMixin$Quote.fromJson constructor
Implementation
factory NestedChatForwardMixin$Quote.fromJson(Map<String, dynamic> json) {
switch (json['__typename'].toString()) {
case r'ChatMessageQuote':
return NestedChatForwardMixin$Quote$ChatMessageQuote.fromJson(json);
case r'ChatInfoQuote':
return NestedChatForwardMixin$Quote$ChatInfoQuote.fromJson(json);
default:
}
return _$NestedChatForwardMixin$QuoteFromJson(json);
}