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