ActivateBatch constructor

ActivateBatch(
  1. List<Hit> batch
)

Implementation

ActivateBatch(this.batch) {
  envId = (batch.first as Activate).envId;
}