isNotPresent property
bool
get
isNotPresent
True when this optional contains no value.
Implementation
bool get isNotPresent => _value == null;
True when this optional contains no value.
bool get isNotPresent => _value == null;