SubBatchService constructor

SubBatchService(
  1. BatchService _batch,
  2. String _collectionIdOrName
)

Implementation

SubBatchService(this._batch, this._collectionIdOrName);