menu
prodobit_flutter_sdk package
documentation
exceptions/api_exception.dart
ApiException
ApiException.new const constructor
ApiException.new const constructor
dark_mode
light_mode
ApiException
constructor
const
ApiException
(
String
message
, {
String
?
code
,
Map
<
String
,
dynamic
>
?
details
,
int
?
statusCode
,
Map
<
String
,
dynamic
>
?
response
,
})
Implementation
const ApiException( super.message, { super.code, super.details, this.statusCode, this.response, });
prodobit_flutter_sdk package
documentation
exceptions/api_exception
ApiException
ApiException.new const constructor
ApiException class