OutputConfig class

CLI output and formatting constants

Constructors

OutputConfig()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

constructionEmoji → const String
errorEmoji → const String
errorPrefix → const String
fixEmoji → const String
infoEmoji → const String
infoPrefix → const String
Output prefixes for non-colored mode
packageEmoji → const String
Emojis used in output
searchEmoji → const String
successEmoji → const String
testOnlyIndicator → const String
unusedIndicator → const String
usedIndicator → const String
Status indicators
warningEmoji → const String
warningPrefix → const String