ServiceErrorResponse constructor
const
ServiceErrorResponse({})
Implementation
const ServiceErrorResponse({
required super.statusCode,
required this.error,
required super.validate,
required this.jsonError,
}) : super();