valueOrNull property
T?
get
valueOrNull
Returns its value or null if it is not defined yet
Implementation
T? get valueOrNull => _value;
Returns its value or null if it is not defined yet
T? get valueOrNull => _value;