MutationIdentityLink class
Local identity produced by one durable mutation operation.
- Annotations
Constructors
- MutationIdentityLink({required String localId, String? serverIdPath, String? serverId})
-
Creates an internal local reference for one durable operation.
factory
-
MutationIdentityLink.fromJson(Map<
String, Object?> json) -
Recreates an identity link from durable JSON.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isResolved → bool
-
Whether this link has been resolved by a successful parent result.
no setter
- localId → String
-
Temporary identifier stored in local durable data.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverId → String?
-
Canonical server identifier after successful execution.
final
- serverIdPath → String?
-
Legacy parent-result path from pre-dependency-mapping records.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
String value) → MutationIdentityLink -
Returns a legacy link resolved to
value. -
toJson(
) → Map< String, Object?> - Serializes this identity link.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited