CompareWith<T extends Comparable<T>> constructor

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

Implementation

const CompareWith(this.key, this.type, {this.message});