menu
doh_api_client package
documentation
utils/doh_response_model.dart
DohResponse
DohResponse.new constructor
DohResponse.new constructor
dark_mode
light_mode
DohResponse
constructor
DohResponse
(
{
required
int
statusCode
,
required
String
message
,
required
Map
<
String
,
dynamic
>
data
,
})
Implementation
DohResponse({ required this.statusCode, required this.message, required this.data, });
doh_api_client package
documentation
utils/doh_response_model
DohResponse
DohResponse.new constructor
DohResponse class