KeyFormatValidation constructor

KeyFormatValidation(
  1. String key,
  2. String regex,
  3. KeyType type
)

Implementation

KeyFormatValidation(this.key, this.regex, this.type);