values property

Implementation

static List<TrexCommandEnumCommand> get values => <TrexCommandEnumCommand>[
      opDisable,
      opEnable,
      opPostGoal,
      opRecallGoal,
      opRequestPlan,
      opReportPlan,
    ];