Commander class

Mixed-in types

Constructors

Commander()

Properties

d → void Function(dynamic message, [dynamic error, StackTrace? stackTrace])
latefinalinherited
e → void Function(dynamic message, [dynamic error, StackTrace? stackTrace])
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
i → void Function(dynamic message, [dynamic error, StackTrace? stackTrace])
latefinalinherited
log → void Function(Level level, dynamic message, [dynamic error, StackTrace? stackTrace])
latefinalinherited
runner → CommandRunner<void>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
v → void Function(dynamic message, [dynamic error, StackTrace? stackTrace])
latefinalinherited
w → void Function(dynamic message, [dynamic error, StackTrace? stackTrace])
latefinalinherited
wtf → void Function(dynamic message, [dynamic error, StackTrace? stackTrace])
latefinalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(List<String> args) Future<void>
showReport() → void
toString() String
A string representation of this object.
inherited

Operators

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