parse method
override
Parses a JSON map into the response type.
Implementation
@override
ChatEvents$Subscription parse(Map<String, dynamic> json) =>
ChatEvents$Subscription.fromJson(json);
Parses a JSON map into the response type.
@override
ChatEvents$Subscription parse(Map<String, dynamic> json) =>
ChatEvents$Subscription.fromJson(json);