ChatInfoQuote.fromJson constructor
Constructs a ChatInfoQuote from the provided json
.
Implementation
factory ChatInfoQuote.fromJson(Map<String, dynamic> json) =>
_$ChatInfoQuoteFromJson(json);
Constructs a ChatInfoQuote from the provided json
.
factory ChatInfoQuote.fromJson(Map<String, dynamic> json) =>
_$ChatInfoQuoteFromJson(json);