orElse property

OvO<T>? orElse
final

An optional value of type OvO that is used as a fallback when the main value is null.

Implementation

final OvO<T>? orElse;