AuthResponse.fromJson constructor

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

Implementation

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