FdcChangeSetEntry class

One inserted, updated, or deleted record in an FdcChangeSet.

recordId is the dataset identity used to correlate backend results, keys identify the storage row, and values contain persistent field values relevant to the operation.

Constructors

FdcChangeSetEntry({required int recordId, required Map<String, Object?> values, required Map<String, Object?> originalValues, required Set<String> changedFields})
Creates a FdcChangeSetEntry.
const

Properties

changedFields Set<String>
Names of fields changed by this operation.
final
hashCode int
The hash code for this object.
no setterinherited
originalValues Map<String, Object?>
Original field values before the change.
final
recordId int
Internal record identifier.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Map<String, Object?>
Field values carried by this object.
final

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