ProgramDiagnostics class final
The single diagnostics data store owned by one running Program.
Constructors
- ProgramDiagnostics({int messageCapacity = 500})
Properties
-
customMetrics
→ Map<
String, String> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageCapacity → int
-
final
-
messages
→ List<
DevToolsMessageEntry> -
no setter
-
output
→ List<
OutputLogEntry> -
no setter
- renderStats → DevToolsRenderStats
-
final
- 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
-
recordMessage(
Msg msg, Duration elapsed) → void -
reset(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateCustomMetrics(
Map< String, String> metrics) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited