menu
atproto package
documentation
core.dart
Jwt
Jwt.fromJson factory constructor
Jwt.fromJson factory constructor
dark_mode
light_mode
Jwt.fromJson
constructor
Jwt.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory Jwt.fromJson(Map<String, Object?> json) => _$JwtFromJson(json);
atproto package
documentation
core
Jwt
Jwt.fromJson factory constructor
Jwt class