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