MustMatchValidator constructor

const MustMatchValidator(
  1. String controlName,
  2. String matchingControlName,
  3. bool markAsDirty
)

Constructs an instance of MustMatchValidator

Implementation

const MustMatchValidator(
    this.controlName, this.matchingControlName, this.markAsDirty)
    : super();