CompValueList<T extends Comparable<T>> constructor

const CompValueList<T extends Comparable<T>>(
  1. List<CompVal<T>> values
)

Implementation

const CompValueList(
  this.values,
) : super._();