values constant

List<FormulaLifecycleEnum> const values

List of all possible values in this FormulaLifecycleEnum.

Implementation

static const values = <FormulaLifecycleEnum>[
  onCreate,
  onLoad,
  onChange,
  onSave,
  onDestroy,
  onLoadPropertiesEditor,
];