ChatCallQuote.fromJson constructor

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

Constructs a ChatCallQuote from the provided json.

Implementation

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