applyServerGeneratedIdToEntity method
UserActionModel
applyServerGeneratedIdToEntity()
override
Implementation
@override
UserActionModel applyServerGeneratedIdToEntity(
UserActionModel entity,
String serverGeneratedId,
int rowVersion,
) =>
entity.copyWith(rowVersion: rowVersion);