NotIn constructor

NotIn(
  1. List<String> items
)

Creates an instance of the NotIn validation rule with a specified items list.

Parameters:

  • items: The list of items to check for exclusion.

Implementation

NotIn(this.items) : super.withKey(key);