ProgramDevToolsController class final
Program-owned state for the universal diagnostics overlay.
Constructors
- ProgramDevToolsController(ProgramDiagnosticsOptions options, {ProgramDiagnostics? diagnostics})
Properties
- diagnostics → ProgramDiagnostics
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- revision → int
-
Changes whenever visible overlay content changes.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
compose(
Object view) → Object - Composes the overlay over a model's view while preserving metadata.
-
diagnosticsChanged(
) → void -
handle(
Msg msg) → bool -
Handles overlay input and runtime data. Returns whether
msgwas consumed. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateCustomMetrics(
Map< String, String> metrics) → void - Applies application-contributed metrics.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited