responseFactory method

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

Deserializes the JSON response into the expected type.

Implementation

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