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