kAllFeatures top-level constant

Set<Feature> const kAllFeatures

All four features combined — equivalent to Feature.values.toSet().

Implementation

const Set<Feature> kAllFeatures = {
  Feature.auth,
  Feature.db,
  Feature.files,
  Feature.ws,
};