GetChat$Query.fromJson constructor

GetChat$Query.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GetChat$Query.fromJson(Map<String, dynamic> json) =>
    _$GetChat$QueryFromJson(json);