isNotEmptyContent property

bool get isNotEmptyContent

Returns ![isEmptyContent].

Implementation

bool get isNotEmptyContent => !isEmptyContent;