hasNoContent property

bool get hasNoContent

Returns true if has no content.

Implementation

bool get hasNoContent => _content == null;