valueOrThrow property

T valueOrThrow
inherited

The value if available (nor null, nor not set).

Implementation

T get valueOrThrow;
void valueOrThrow=(T value)
inherited

Set a non null value.

Implementation

set valueOrThrow(T value);