Unauthorized constructor

Unauthorized({
  1. Object? data,
})

Implementation

Unauthorized({
  Object? data,
}) : super(HttpStatus.unauthorized, data: data);