menu
core_tivic package
documentation
auth/jwt/structure/jwt.header.dart
JwtHeader
JwtHeader.fromJson constructor
JwtHeader.fromJson constructor
dark_mode
light_mode
JwtHeader.fromJson
constructor
JwtHeader.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
JwtHeader.fromJson(Map<String, dynamic> json) : alg = json['alg'], typ = json['typ'];
core_tivic package
documentation
auth/jwt/structure/jwt.header
JwtHeader
JwtHeader.fromJson constructor
JwtHeader class