LiveOutput mixin

Writes lines to the terminal that ran a live command or seeder.

Properties

hashCode → int
The hash code for this object.
no setterinherited
output → List<Map<String, String>>
The lines written with info, success, warning, error and line.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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 (a level and message) to output.

Operators

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