Group.single constructor

Group.single(
  1. String name,
  2. Bench bench
)

Implementation

Group.single(this.name, Bench bench) : benches = [bench];