isNotIn method

bool isNotIn(
  1. Iterable<String> strings
)

Implementation

bool isNotIn(Iterable<String> strings) => !isIn(strings);