parse method

  1. @override
UpdateGroupDirectLink$Mutation parse(
  1. Map<String, dynamic> json
)
override

Parses a JSON map into the response type.

Implementation

@override
UpdateGroupDirectLink$Mutation parse(Map<String, dynamic> json) =>
    UpdateGroupDirectLink$Mutation.fromJson(json);