CircularIntervalList<T> constructor

CircularIntervalList<T>(
  1. List<T> values
)

Implementation

CircularIntervalList(this.values);