WorldTouchpoint class final

One touchpoint: a declared external dependency participating in the world, with its contract methods and simulation semantics.

Constructors

WorldTouchpoint({required String name, required String type, required String family, required String priority, required String contract, required List<ContractMethod> methods})
const
WorldTouchpoint.fromJson(Map<String, dynamic> json)
factory

Properties

contract String
The raw declared contract string (provenance for certification).
final
family String
The simulation family: firebase-auth composes the #832 certified FirebaseAuthAdapter; everything else is generic (corpus-served).
final
hashCode int
The hash code for this object.
no setterinherited
methods List<ContractMethod>
The parsed contract method pins.
final
name String
The declared dependency name (FirebaseAuth, RestSync).
final
priority String
The declared mock priority (P1/P2/P3).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The declared type (service, storage, channel, ...).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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