menu
egensolve_realtime package
documentation
http.dart
ApiException
ApiException.new const constructor
ApiException.new const constructor
dark_mode
light_mode
ApiException
constructor
const
ApiException
(
int
httpStatus
,
String
code
,
String
message
,
Map
<
String
,
Object
?
>
details
,
)
Implementation
const ApiException(this.httpStatus, this.code, this.message, this.details);
egensolve_realtime package
documentation
http
ApiException
ApiException.new const constructor
ApiException class