menu
flutter_better_auth package
documentation
plugins/jwt/models/jwk_key/jwt_key.dart
JwtKey
JwtKey.fromJson factory constructor
JwtKey.fromJson factory constructor
dark_mode
light_mode
JwtKey.fromJson
constructor
JwtKey.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory JwtKey.fromJson(Map<String, dynamic> json) => _$JwtKeyFromJson(json);
flutter_better_auth package
documentation
plugins/jwt/models/jwk_key/jwt_key
JwtKey
JwtKey.fromJson factory constructor
JwtKey class