menu
openapi_dart_common package
documentation
openapi.dart
ApiException
ApiException constructor
ApiException constructor
dark_mode
light_mode
ApiException
constructor
ApiException
(
int
code
,
String
?
message
)
Implementation
ApiException(this.code, this.message);
openapi_dart_common package
documentation
openapi
ApiException
ApiException constructor
ApiException class