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