isSet method

bool isSet(
  1. String key
)

Implementation

bool isSet(String key) {
  return feature(key).isSet;
}