LocalItem class abstract

Items created locally - may not have server-assigned syncId yet

Implemented types

Constructors

LocalItem()

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Business identifier (user-facing, e.g., UUID)
no setterinherited
locallyModified bool
Whether this item has been modified locally and needs sync
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int
Current version of the item (server-assigned)
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