hasNotContent property

bool get hasNotContent

Returns true if content is null, otherwise false.

Implementation

bool get hasNotContent => !hasContent;