WriteBatchWithReference<T> constructor
const
WriteBatchWithReference<T> ({
- required WriteBatch writeBatch,
- required DocumentReference<
T> documentReference,
Implementation
const WriteBatchWithReference({
required this.writeBatch,
required this.documentReference,
});