isSet property

bool isSet

Returns true if this field value is set and NOT slate.

Implementation

bool get isSet => _hasValueOrSlate && _slateValue == null;