menu
jwt_auth package
documentation
models/jwt_response_error.dart
JwtResponseError
JwtResponseError.fromJson factory constructor
JwtResponseError.fromJson factory constructor
dark_mode
light_mode
JwtResponseError.fromJson
constructor
JwtResponseError.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory JwtResponseError.fromJson(Map<String, dynamic> json) => _$JwtResponseErrorFromJson(json);
jwt_auth package
documentation
models/jwt_response_error
JwtResponseError
JwtResponseError.fromJson factory constructor
JwtResponseError class