ParallelGroup constructor

ParallelGroup(
  1. String id,
  2. List<DynamicData> data
)

Implementation

ParallelGroup(this.id, this.data);