isNotIn method

bool isNotIn(
  1. List<Enum> values
)

Implementation

bool isNotIn(List<Enum> values) => !isIn(values);