UnauthorizedResponse constructor
UnauthorizedResponse({})
Constructs an UnauthorizedResponse instance with all required fields.
Implementation
UnauthorizedResponse({
required this.timestamp,
required this.statusCode,
required this.error,
required this.message,
});