isSet property
bool
get
isSet
Returns if value is set. If is not setted and you call value
getter it will throw a exception.
Implementation
bool get isSet => _value != null;
Returns if value is set. If is not setted and you call value
getter it will throw a exception.
bool get isSet => _value != null;