CommandConfigBase class abstract

Base class for command configuration

Implementers

Constructors

CommandConfigBase.new()
const

Properties

args List<String>
The arguments for the command.
no setter
commandName String
The name of the command. (e.g. create)
no setter
executableName String
The name of the executable. (e.g. dart or flutter)
no setter
fullArgs List<String>
The full arguments for the command, including the command name.
no setter
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
toCommandLineList() List<String>
Returns a list representation of the command to be executed.
toCommandLineString() String
Returns a string representation of the command to be executed.
toString() String
A string representation of this object.
inherited

Operators

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