isNotContent property

bool get isNotContent

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

Implementation

bool get isNotContent => !isContent;