SimulationWhitelistConfig class final

Loads the isolation-guard whitelist from the project-level configuration file (.zfa.json → simulation.whitelist).

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
toString() → String
A string representation of this object.
inherited

Operators

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

Static Methods

load(String path) → List<SocketLane>
Reads path and parses simulation.whitelist. A missing file or a missing key yields the empty (safe) whitelist. Malformed entries throw FormatException — a lane that cannot be parsed must never silently open network access.