responseFactory method
Deserializes the JSON response into the expected type.
Implementation
@override
BlockDomainResponse responseFactory(Map<String, dynamic> json) => BlockDomainResponse.fromJson(json);
Deserializes the JSON response into the expected type.
@override
BlockDomainResponse responseFactory(Map<String, dynamic> json) => BlockDomainResponse.fromJson(json);