NestedChatForwardMixin$Quote.fromJson constructor

NestedChatForwardMixin$Quote.fromJson(
  1. Map<String, dynamic> json
)

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);
}