DroneException.unauthorizedException constructor

const DroneException.unauthorizedException({
  1. @Default('Unauthorized') String message,
})

Implementation

const factory DroneException.unauthorizedException(
    {@Default('Unauthorized') String message}) = UnauthorizedException;