JWTAuthentication.fromJson constructor

JWTAuthentication.fromJson(
  1. Map<String, dynamic> json
)

Factory method to create JWTAuthentication from json.

Implementation

factory JWTAuthentication.fromJson(Map<String, dynamic> json) =>
    _$JWTAuthenticationFromJson(json);