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