menu
d_dio package
documentation
d_dio.dart
APIException
APIException.new constructor
APIException.new constructor
dark_mode
light_mode
APIException
constructor
APIException
(
[
int
code
=
kUnknownErrorCode
,
String
?
message
,
dynamic
data
])
Implementation
APIException([this.code = kUnknownErrorCode, this.message, this.data]);
d_dio package
documentation
d_dio
APIException
APIException.new constructor
APIException class