CommandRunnrtInfo class abstract

Command runner info.

Constructors

CommandRunnrtInfo()

Properties

commandRunner ← CommandRunner
Custom command runner.
no getter
description String
Set command description.
no getter
executableName String
Set command executable name.
no getter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestionDistanceLimit int
Set suggestion distance limit.
no getter
usageLineLength int?
Set command usage line.
no getter

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 Properties

provider → Provider<CommandRunnrtInfo>
Command runner info provider.
final