DroneException.streamEOFException constructor

const DroneException.streamEOFException({
  1. @Default('End of file') String message,
})

Implementation

const factory DroneException.streamEOFException(
    {@Default('End of file') String message}) = StreamEOFException;