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