values property

Implementation

static List<ReportControlEnumOp> get values => <ReportControlEnumOp>[
      opRequestStart,
      opStarted,
      opRequestStop,
      opStopped,
      opRequestReport,
      opReportSent,
    ];