hasContent property

bool get hasContent

Returns true if has content/body.

Implementation

bool get hasContent => _content != null;