hasContent property

bool hasContent
inherited

Returns true if has content/body.

Implementation

bool get hasContent => _content != null;