LoMatchValidator<TKey> constructor
LoMatchValidator<TKey> (
- TKey master,
- TKey slave, [
- String message = 'Does not match'
Implementation
LoMatchValidator(
this.master,
this.slave, [
this.message = 'Does not match',
]);