The zfa: anchor key vocabulary — the mapping between a
component's contract id and the ValueKey it carries in the
live tree.
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
-
contractIdOf(
String keyOrId) → String -
The contract id of
keyOrId— accepts both the bare id and thezfa:-prefixed key. -
isAnchorKey(
String key) → bool -
Whether
keyis an anchor key (zfa:-prefixed). -
keyFor(
String contractId) → String -
The
ValueKeystring a typed anchor withcontractIdcarries. -
normalize(
String keyOrId) → String -
Normalizes
keyOrIdto the bare contract id (alias of contractIdOf — the name the driver seam documents).