CommandData class

Represents a command and its associated parameters for scanner settings.

This class is used to store a command and the list of parameters that are associated with the command when interacting with a scanner.

It provides a structured way to store and access a command's details.

Constructors

CommandData(String command)
Constructs a CommandData instance with the given command.

Properties

command String
The command being executed or retrieved.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parameters List<String>
The list of parameters associated with the command.
getter/setter pair
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