menu
core_custom_tools package
documentation
auth/jwt/jwt.dart
Jwt
Jwt.fromJson factory constructor
Jwt.fromJson factory constructor
dark_mode
light_mode
Jwt.fromJson
constructor
@
override
Jwt.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
@override factory Jwt.fromJson(Map<String, dynamic> json) => _$JwtFromJson(json);
core_custom_tools package
documentation
auth/jwt/jwt
Jwt
Jwt.fromJson factory constructor
Jwt class