allVariables property

Set<String> get allVariables

All allowed variable names in the closed schema.

Implementation

static Set<String> get allVariables => {
  ...stringVariables,
  ...booleanVariables,
};