AuthResponse constructor
Implementation
AuthResponse({
required this.token,
required this.userId,
required this.email,
required this.name,
required this.role,
this.serviceId,
});
AuthResponse({
required this.token,
required this.userId,
required this.email,
required this.name,
required this.role,
this.serviceId,
});