names property

Implementation

static core.Map<ReportControlEnumOp, String> get names =>
    <ReportControlEnumOp, String>{
      opRequestStart: '''Request Start of Reports''',
      opStarted: '''Report Started''',
      opRequestStop: '''Request Stop of Reports''',
      opStopped: '''Report Stopped''',
      opRequestReport: '''Request Single Reports''',
      opReportSent: '''Single Report Sent''',
    };