DefaultErrorResponse constructor
Constructor for DefaultErrorResponse.
Implementation
DefaultErrorResponse({
required this.status,
required this.error,
required this.message,
});
Constructor for DefaultErrorResponse.
DefaultErrorResponse({
required this.status,
required this.error,
required this.message,
});