hasParameters property
bool
get
hasParameters
Check if this command has parameters
Implementation
bool get hasParameters => requiredParams.isNotEmpty || optionalParams.isNotEmpty;
Check if this command has parameters
bool get hasParameters => requiredParams.isNotEmpty || optionalParams.isNotEmpty;