CommandValidator class

Validator for command definitions to ensure correct structure and relationships

Constructors

CommandValidator()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

isValidFlagsFormat(String flags) bool
Validate switch flags format
validate(String commandName, Map<String, dynamic> commandData) ValidationResult
Validates that a command doesn't mix incompatible properties
validateParamTypeCompatibility(String? paramName, String? type, String? defaultValue, bool wasQuoted) ValidationResult
Validates parameter type and default value compatibility