ZfaAnchors class abstract final

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 the zfa:-prefixed key.
isAnchorKey(String key) bool
Whether key is an anchor key (zfa:-prefixed).
keyFor(String contractId) String
The ValueKey string a typed anchor with contractId carries.
normalize(String keyOrId) String
Normalizes keyOrId to the bare contract id (alias of contractIdOf — the name the driver seam documents).

Constants

prefix → const String
The anchor key prefix (the pilot's zfa:signin-* convention, now the protocol).