CompareWith<T extends Comparable<T>>.equal constructor

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

Implementation

const CompareWith.equal(this.key, {this.message}) : type = CompareType.equal;