known constant

Set<String> const known

The recognised surface vocabulary. Membership is advisory — decoders preserve any string (forward-compat).

Implementation

static const Set<String> known = <String>{
  paywall,
  onboarding,
  message,
  survey,
  general,
  app,
  billing,
};