hasParameters property

bool get hasParameters

Check if this command has parameters

Implementation

bool get hasParameters => requiredParams.isNotEmpty || optionalParams.isNotEmpty;