call abstract method
$R
call({
- T? entity,
- DataOperation? operation,
- int? id,
- DateTime? createdAt,
- String? createdBy,
- DataModelType? type,
- bool? syncedUp,
- bool? syncedDown,
- DateTime? syncedUpOn,
- DateTime? syncedDownOn,
- String? serverGeneratedId,
- String? clientReferenceId,
- List<
AdditionalId> ? additionalIds, - int? syncDownRetryCount,
- int? rowVersion,
- bool? nonRecoverableError,
Implementation
$R call(
{T? entity,
DataOperation? operation,
int? id,
DateTime? createdAt,
String? createdBy,
DataModelType? type,
bool? syncedUp,
bool? syncedDown,
DateTime? syncedUpOn,
DateTime? syncedDownOn,
String? serverGeneratedId,
String? clientReferenceId,
List<AdditionalId>? additionalIds,
int? syncDownRetryCount,
int? rowVersion,
bool? nonRecoverableError});