ValueStreamError.hasNoValue constructor

ValueStreamError.hasNoValue()

Construct an ValueStreamError thrown by ValueStream.value when there is no value.

Implementation

factory ValueStreamError.hasNoValue() =>
    ValueStreamError._(_MissingCase.value);