DroneException.notFound constructor

const DroneException.notFound({
  1. @Default('Not Found 404. The requested resource could not be found.') String message,
})

Implementation

const factory DroneException.notFound(
    {@Default('Not Found 404. The requested resource could not be found.')
        String message}) = NotFound;