Jwt.fromJson constructor

Jwt.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Jwt.fromJson(Map<String, Object?> json) => _$JwtFromJson(json);