menu
clean_energy_api
clean_energy_api.dart
ErrorV2
ErrorV2 const constructor
ErrorV2
dark_mode
light_mode
ErrorV2
constructor
const
ErrorV2
(
{
int
?
statusCode
,
String
?
message
,
String
?
details
,
dynamic
exception
,
})
Implementation
const ErrorV2({ this.statusCode, this.message, this.details, this.exception, });
clean_energy_api
clean_energy_api
ErrorV2
ErrorV2 const constructor
ErrorV2 class