CapabilityProbe class abstract interface

Probes a station's CURRENT capability facts (ADR-0011 D6) — an observation.

system-os / dart-target / flutter-target are PROBED + DYNAMIC: a probe reports ground truth at the moment it is read, so a toolchain that appears or disappears shifts the profile and (via re-match / CapabilityRevalidator) the reconcile decision. Implementations: ToolchainProbe (the real, local, offline-safe toolchain probe) and FakeProbe (tests).

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
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
probe() Future<CapabilityFacts>
Reads the current capability facts.
toString() String
A string representation of this object.
inherited

Operators

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