PrefixedReporter class final

Inheritance

Constructors

PrefixedReporter(Reporter reporter, String prefix)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
prefix String
final
reporter Reporter
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

error(String message, {Object? e, StackTrace? s, String? sanitizedMessage}) → void
override
info(String message, {Object? e, StackTrace? s, String? sanitizedMessage}) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
warning(String message, {Object? e, StackTrace? s, String? sanitizedMessage}) → void
override

Operators

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