LogService class

LogService is a utility to print messages to the console with configuration for different colors

Constructors

LogService()

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

Static Methods

error(String msg) → void
Prints error to the console with a ✖ followed by the message in red
info(String msg, {bool trim = false, bool newLines = true}) → void
Prints info to the console in yellow
success(dynamic msg) → void
Prints success to the console with a ✓ followed by the message in green