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