hasContent property

bool get hasContent

Returns true if has content.

Implementation

bool get hasContent => _content != null;