menu
space_gen package
documentation
templates/api_exception.dart
ApiException
ApiException.new const constructor
ApiException.new const constructor
dark_mode
light_mode
ApiException
constructor
const
ApiException
(
int
code
,
String
?
message
)
Implementation
const ApiException(this.code, this.message) : innerException = null, stackTrace = null;
space_gen package
documentation
templates/api_exception
ApiException
ApiException.new const constructor
ApiException class