JwtKey.fromJson constructor

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

Implementation

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