LoMatchValidator<TKey> constructor

LoMatchValidator<TKey>(
  1. TKey master,
  2. TKey slave, [
  3. String message = 'Does not match'
])

Implementation

LoMatchValidator(
  this.master,
  this.slave, [
  this.message = 'Does not match',
]);