hasContent property
bool
get
hasContent
Returns true if this help has content.
Implementation
bool get hasContent => key.isNotEmpty || desc.isNotEmpty;
Returns true if this help has content.
bool get hasContent => key.isNotEmpty || desc.isNotEmpty;