CompareTo<T extends Comparable<T> > constructor
const
CompareTo<T extends Comparable<T> > (
- T? value,
- CompareType type, {
- String? message,
Implementation
const CompareTo(this.value, this.type, {this.message});