doesNotContain method

bool doesNotContain(
  1. Type key
)

Implementation

bool doesNotContain(Type key) {
  return !contains(key);
}