validators/in library

Extensions

InX on String
Extension providing membership validation methods on String.

Functions

isIn(String str, Iterable<String> values) bool
Checks if the string is one of the values.