Rec class

A record of a location in the code.

Constructors

Rec.new([String? code = '', Symbol? group, RecOptions options = const RecOptions({})])
const

Properties

code String?
final
group Symbol?
final
hashCode int
The hash code for this object.
no setterinherited
options RecOptions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call([String? code, Symbol? group, RecOptions options = const RecOptions({})]) Rec
debugLog([dynamic message, Symbol? group]) → void
⚪️ Logs a message to the console.
debugLogAlert([dynamic message, Symbol? group]) → void
🟠 Logs an alert message to the console.
debugLogError([dynamic message, Symbol? group]) → void
🔴 Logs an error message to the console.
debugLogIgnore([dynamic message, Symbol? group]) → void
🟡 Logs an ignore message to the console.
debugLogInfo([dynamic message, Symbol? group]) → void
🟣 Logs an info message to the console.
debugLogMessage([dynamic message, Symbol? group]) → void
🟤 Logs a debug message to the console.
debugLogStart([dynamic message, Symbol? group]) → void
🔵 Logs a start message to the console.
debugLogStop([dynamic message, Symbol? group]) → void
⚫ Logs a stop message to the console.
debugLogSuccess([dynamic message, Symbol? group]) → void
🟢 Logs a success message to the console.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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