menu
flutter_localization_agent package
documentation
services/api_exception.dart
ApiException
ApiException.new constructor
ApiException.new constructor
dark_mode
light_mode
ApiException
constructor
ApiException
(
int
statusCode
,
String
message
)
Implementation
ApiException(
this
.statusCode,
this
.message);
flutter_localization_agent package
documentation
services/api_exception
ApiException
ApiException.new constructor
ApiException class
Constructors
new
Properties
hashCode
message
runtimeType
statusCode
Methods
noSuchMethod
toString
Operators
operator ==