DCliZone class Null safety

This class is highly experimental - use at your own risk.

Constructors

DCliZone()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
run<R>(R body(), {Progress? progress}) Future<Progress>
Run dcli code in a zone which traps calls to print and printerr redirecting them to the passed progress.
toString() String
A string representation of this object. [...]
inherited

Operators

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

Constants

printerrKey → const String
Key to the overloading printerr function.
'printerr'