ChatInfoQuote.fromJson constructor

ChatInfoQuote.fromJson(
  1. Map<String, dynamic> json
)

Constructs a ChatInfoQuote from the provided json.

Implementation

factory ChatInfoQuote.fromJson(Map<String, dynamic> json) =>
    _$ChatInfoQuoteFromJson(json);