AllReporters mixin

This mixin allows you to create aggregating reporters.

Implemented types
Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
reporters UnmodifiableListView<Reporter>
Get reporters
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

invokeReporters<T extends Reporter>(ReportInvoke<T> invoke) Future<void>
A function that allows you to combine a certain function for all reporters and call it as one
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