menu
jwt_auth package
documentation
models/jwt_response_error.dart
JwtResponseError
JwtResponseError constructor
JwtResponseError constructor
dark_mode
light_mode
JwtResponseError
constructor
JwtResponseError
(
{
required
bool
isSuccess
,
required
String
message
,
required
String
?
stacktrace
,
})
Implementation
JwtResponseError({ required this.isSuccess, required this.message, required this.stacktrace, });
jwt_auth package
documentation
models/jwt_response_error
JwtResponseError
JwtResponseError constructor
JwtResponseError class