MatchValidator constructor

MatchValidator({
  1. required String errorText,
})

Implementation

MatchValidator({required this.errorText});