Logger class
Properties
Methods
-
chooseOne(
String message, {required List< String> choices, String? defaultValue}) → String -
confirm(
String message, {bool defaultValue = false}) → bool -
detail(
String message) → void -
err(
String message) → void -
info(
String message) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prompt(
String message, {String defaultValue = ''}) → String -
success(
String message) → void -
toString(
) → String -
A string representation of this object.
inherited
-
warn(
String message, {String? tag}) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited