UpdateServerGeneratedIdModel class

Constructors

UpdateServerGeneratedIdModel({required String clientReferenceId, required String serverGeneratedId, required DataOperation dataOperation, List<AdditionalId>? additionalIds, OpLogEntry<EntityModel>? entry, int? rowVersion, bool? nonRecoverableError})
const

Properties

additionalIds List<AdditionalId>?
final
clientReferenceId String
final
dataOperation DataOperation
final
entry OpLogEntry<EntityModel>?
final
hashCode int
The hash code for this object.
no setterinherited
nonRecoverableError bool?
final
rowVersion int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverGeneratedId String
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