isNotIn method

bool isNotIn(
  1. dynamic items
)

Implementation

bool isNotIn(dynamic items) => !isIn(items);