FdcDataApplySuccess class final
Successful adapter apply result.
updatedRows may contain backend-confirmed values such as generated keys
or server-calculated columns that the dataset merges into local records.
- Inheritance
-
- Object
- FdcDataApplyResult
- FdcDataApplySuccess
Constructors
-
FdcDataApplySuccess({Map<
int, Object> ? insertedKeys, Map<int, Map< ? serverRows})String, Object?> > -
Creates a FdcDataApplySuccess.
const
Properties
-
errors
→ List<
FdcDataApplyError> -
Errors associated with this result.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
insertedKeys
→ Map<
int, Object> -
Backend-generated keys indexed by local record identifier.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
serverRows
→ Map<
int, Map< String, Object?> > -
Backend-confirmed row values indexed by local record identifier.
finalinherited
- success → bool
-
Whether the adapter accepted the complete apply request.
finalinherited
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