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