DartOpsEngine class

Constructors

DartOpsEngine(String runnerName, List<String> args, {String? description})

Properties

args List<String>
final
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
index int?
getter/setter pair
requestArgs Map<String, String>
final
runner → CommandRunner
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAction(String actionName, ActionRun run, {String? description}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

requestArgument List<String>
getter/setter pair

Static Methods

getRequestData(int? id) Future<Map>