hasNoContent property

bool hasNoContent

Returns true if has no content.

Implementation

bool get hasNoContent => _content == null;