isNotSet method

bool isNotSet(
  1. Type type
)

Implementation

bool isNotSet(Type type) => !isSet(type);