BatchAttachToIndex constructor

BatchAttachToIndex({
  1. required ObjectReference indexReference,
  2. required ObjectReference targetReference,
})

Implementation

BatchAttachToIndex({
  required this.indexReference,
  required this.targetReference,
});