CompareTo<T extends Comparable<T>> constructor

const CompareTo<T extends Comparable<T>>(
  1. T? value,
  2. CompareType type, {
  3. String? message,
})

Implementation

const CompareTo(this.value, this.type, {this.message});