menu
flutter_easy_validator package
documentation
flutter_easy_validator.dart
NotContainsValidator
notContains property
notContains property
dark_mode
light_mode
notContains
property
String
notContains
final
The substring that the value should not contain.
Implementation
final String notContains;
flutter_easy_validator package
documentation
flutter_easy_validator
NotContainsValidator
notContains property
NotContainsValidator class