names property

Implementation

static core.Map<SoiCommandEnumCommand, String> get names =>
    <SoiCommandEnumCommand, String>{
      soicmdExec: '''Execute Plan''',
      soicmdStop: '''Stop Execution''',
      soicmdSetParams: '''Set Parameters''',
      soicmdGetParams: '''Get Parameters''',
      soicmdGetPlan: '''Get Plan''',
      soicmdResume: '''Resume Execution''',
    };