orThrow abstract method
Returns the wrapped value (if present), or throws the result of the producer
.
Implementation
T orThrow(Object Function() producer);
Returns the wrapped value (if present), or throws the result of the producer
.
T orThrow(Object Function() producer);