RecordPatch class
An update operation for a record.
Constructors
Properties
- deviceLastModifiedDate → DateTime?
-
The last modified date of the client device.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
The key associated with the record patch.
final
- op → Operation
-
An operation, either replace or remove.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- syncCount → int
-
Last known server sync count for this record. Set to 0 if unknown.
final
- value → String?
-
The value associated with the record patch.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited