parse method

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

Parses a JSON map into the response type.

Implementation

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