values property

Implementation

static List<ControlLoopsEnumEnable> get values => <ControlLoopsEnumEnable>[
      clDisable,
      clEnable,
    ];