SmoothCategory<T extends Comparable<T>> constructor Null safety

const SmoothCategory<T extends Comparable<T>>(
  1. T value
)

Implementation

const SmoothCategory(this.value);