isUnset property

bool isUnset

Returns true if this attribute is an unset attribute.

Implementation

bool get isUnset => value == null;