responseFactory method

  1. @override
DeleteCommunityResponse responseFactory(
  1. Map<String, dynamic> json
)
override

Deserializes the JSON response into the expected type.

Implementation

@override
DeleteCommunityResponse responseFactory(Map<String, dynamic> json) => DeleteCommunityResponse.fromJson(json);