hasSub property
bool
get
hasSub
Whether this parameter has a sub-parameter.
Implementation
bool get hasSub => sub.isNotEmpty;
Whether this parameter has a sub-parameter.
bool get hasSub => sub.isNotEmpty;