AuthRequest.fromJson constructor

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

Implementation

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