BatchCollection constructor

BatchCollection(
  1. dynamic objectType,
  2. dynamic mode,
  3. dynamic hasMore,
  4. List<Batch>? batches
)

Implementation

BatchCollection(objectType, mode, hasMore, this.batches)
    : super(objectType, mode, hasMore);