MustMatch constructor

const MustMatch(
  1. String otherFieldName
)

Requires a field to match another field.

Implementation

const MustMatch(this.otherFieldName);