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