menu
ikame_dio_client package
documentation
models/api_response_model.dart
ApiResponseModel
fromRawJson static method
fromRawJson static method
dark_mode
light_mode
fromRawJson
static method
ApiResponseModel
fromRawJson
(
String
str
)
Implementation
static ApiResponseModel fromRawJson(String str) => ApiResponseModel.fromJson(jsonDecode(str));
ikame_dio_client package
documentation
models/api_response_model
ApiResponseModel
fromRawJson static method
ApiResponseModel class