names property

Implementation

static core.Map<ControlledModeEnum, String> get names =>
    <ControlledModeEnum, String>{
      ctlmdRelinquishHandoffCtl: '''Relinquish / Handoff Control''',
      ctlmdRequestCtl: '''Request Control''',
      ctlmdOverrideCtl: '''Override Control''',
    };