names property

Implementation

static core.Map<TrexOperationEnumOp, String> get names =>
    <TrexOperationEnumOp, String>{
      opPostToken: '''Post Token''',
      opPostGoal: '''Post Goal''',
      opRecallGoal: '''Recall Goal''',
      opRequestPlan: '''Request current plan''',
      opReportPlan: '''Report current plan''',
    };