names property

Implementation

static core.Map<PulseDetectionControlEnumOp, String> get names =>
    <PulseDetectionControlEnumOp, String>{
      popOff: '''Pulse Detection OFF''',
      popOn: '''Pulse Detection ON''',
    };