menu
maby_dio package
documentation
http_error.dart
HttpError
HttpError.badServer constructor
HttpError.badServer constructor
dark_mode
light_mode
HttpError.badServer
constructor
HttpError.badServer
(
int
code
,
String
?
message
)
Implementation
HttpError.badServer(this.code, this.message) : type = HttpErrorType.badServer;
maby_dio package
documentation
http_error
HttpError
HttpError.badServer constructor
HttpError class