BatchAttachToIndex constructor
BatchAttachToIndex({
- required ObjectReference indexReference,
- required ObjectReference targetReference,
Implementation
BatchAttachToIndex({
required this.indexReference,
required this.targetReference,
});