SimulationBootReport class final

The result of a simulation boot.

Constructors

SimulationBootReport({required bool guardActive, required List<String> warnings, required Set<String> entities, required Map<String, List<Map<String, dynamic>>> fixtures, SimulationWorld? world})
const

Properties

entities Set<String>
The complete(mocked) entities the boot validated.
final
fixtures Map<String, List<Map<String, dynamic>>>
Committed fixture records per entity, ready for the mock datasources to serve.
final
guardActive bool
Whether the network-isolation guard is active for this session.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warnings List<String>
Human-readable warnings (zero mocked features, no certified families, no-op outside the flavor).
final
world → SimulationWorld?
The certified simulation world bound to the container, when the feature fixtures directory carried certified families (#832).
final

Methods

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