menu
clean_framework package
documentation
clean_framework_defaults.dart
EitherService<R extends JsonRequestModel, S extends JsonResponseModel>
parseResponse abstract method
parseResponse abstract method
dark_mode
light_mode
parseResponse
abstract method
S
parseResponse
(
Map
<
String
,
dynamic
>
jsonResponse
)
Implementation
S parseResponse(Map<String, dynamic> jsonResponse);
clean_framework package
documentation
clean_framework_defaults
EitherService<R extends JsonRequestModel, S extends JsonResponseModel>
parseResponse abstract method
EitherService class