ShrinkableCombination<T> constructor

ShrinkableCombination<T>(
  1. List<Shrinkable> fields,
  2. T combiner(
    1. List values
    )
)

Implementation

ShrinkableCombination(this.fields, this.combiner);