names property

Implementation

static core.Map<TrexCommandEnumCommand, String> get names =>
    <TrexCommandEnumCommand, String>{
      opDisable: '''Disable TREX''',
      opEnable: '''Enable TREX''',
      opPostGoal: '''Post Goal''',
      opRecallGoal: '''Recall Goal''',
      opRequestPlan: '''Request current plan''',
      opReportPlan: '''Report current plan''',
    };