Batch constructor

Batch()

Implementation

Batch() {
  _writeBatch = Flamingo.instance.firestore.batch();
}