LiveOutput mixin
Writes lines to the terminal that ran a live command or seeder.
Properties
Methods
-
error(
String message) → void - Write an error line to the terminal.
-
info(
String message) → void - Write an informational line to the terminal.
-
line(
String message) → void - Write a plain line to the terminal.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
success(
String message) → void - Write a success line to the terminal.
-
toString(
) → String -
A string representation of this object.
inherited
-
warning(
String message) → void - Write a warning line to the terminal.
-
writeOutput(
Map< String, String> entry) → void -
Adds
entry(alevelandmessage) to output.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited