call abstract method

$R call({
  1. T? entity,
  2. DataOperation? operation,
  3. int? id,
  4. DateTime? createdAt,
  5. String? createdBy,
  6. DataModelType? type,
  7. bool? syncedUp,
  8. bool? syncedDown,
  9. DateTime? syncedUpOn,
  10. DateTime? syncedDownOn,
  11. String? serverGeneratedId,
  12. String? clientReferenceId,
  13. List<AdditionalId>? additionalIds,
  14. int? syncDownRetryCount,
  15. int? rowVersion,
  16. 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});