isNotReferencelist property

bool get isNotReferencelist

Returns true if this value is not referencelist, otherwise false.

Implementation

bool get isNotReferencelist => !isReferencelist;