NotInRule<T> constructor

NotInRule<T>(
  1. List<T> rejectionList, {
  2. String? validationMessage,
})

Implementation

NotInRule(this.rejectionList, {String? validationMessage})
    : super(validationMessage);