orGet method
Returns the wrapped value (if present), or the result of the producer
.
Implementation
@override
T orGet(T Function() producer) => value;
Returns the wrapped value (if present), or the result of the producer
.
@override
T orGet(T Function() producer) => value;