Set<String> features

Source

@override
Set<String> get features {
  Set<String> all_features = super.features;
  if (isInherited) all_features.add('inherited');
  return all_features;
}