ServerItem class abstract
Items from server - always have syncId assigned by server
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Business identifier (user-facing, e.g., UUID)
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- syncId → BigInt
-
Sync identifier - guaranteed to exist (server-assigned, monotonic)
no setter
- updatedAt → DateTime
-
Last updated timestamp from server
no setter
- 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