WriteBatchWithReference<T> constructor

const WriteBatchWithReference<T>({
  1. required WriteBatch writeBatch,
  2. required DocumentReference<T> documentReference,
})

Implementation

const WriteBatchWithReference({
  required this.writeBatch,
  required this.documentReference,
});