$Jwt.fromJson constructor
$Jwt.fromJson(
- Map json_
Implementation
$Jwt.fromJson(core.Map json_)
: this(compactJwt: json_['compactJwt'] as core.String?);
$Jwt.fromJson(core.Map json_)
: this(compactJwt: json_['compactJwt'] as core.String?);