hasFeature method

bool hasFeature(
  1. String feature
)

Implementation

bool hasFeature(String feature) {
  return features.contains(feature);
}