LiveBlock class
The output produced for one app, printed once the command finishes.
Constructors
Properties
Methods
-
add(
String text, LiveTone tone) → void -
Adds
textstyled withtone, without a leading symbol. -
failure(
String text) → void - Adds a failed action.
-
heading(
String text) → void - Adds a heading.
-
json(
Object? value) → void -
Adds
valueas indented JSON. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
note(
String text) → void - Adds secondary information.
-
plain(
String text) → void -
Adds regular
text. -
success(
String text) → void - Adds a completed action.
-
table(
List< String> headers, List<List< rows) → voidString> > - Adds aligned columns with a dimmed header row.
-
toString(
) → String -
A string representation of this object.
inherited
-
warning(
String text) → void - Adds a warning.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited