hasContent property

bool hasContent

Returns true if has content.

Implementation

bool get hasContent => _content != null;