AuthResponse constructor
Creates an AuthResponse instance.
Implementation
AuthResponse({
required this.token,
required this.user,
required this.hospital,
});
Creates an AuthResponse instance.
AuthResponse({
required this.token,
required this.user,
required this.hospital,
});