hasContent property

bool get hasContent

Returns true if this help has content.

Implementation

bool get hasContent => key.isNotEmpty || desc.isNotEmpty;