Batch constructor

Batch(
  1. List<Hit> listOfHits
)

Implementation

Batch(this.listOfHits) {
  super.visitorId = listOfHits.first.visitorId;
}