menu
annotated_shelf package
documentation
annotated_shelf.dart
RestResponse
RestResponse.fromJson factory constructor
RestResponse.fromJson factory constructor
dark_mode
light_mode
RestResponse.fromJson
constructor
RestResponse.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory RestResponse.fromJson(Map<String, dynamic> json) => _$RestResponseFromJson(json);
annotated_shelf package
documentation
annotated_shelf
RestResponse
RestResponse.fromJson factory constructor
RestResponse class