names property

Implementation

static core.Map<ControlLoopsEnumEnable, String> get names =>
    <ControlLoopsEnumEnable, String>{
      clDisable: '''Disable''',
      clEnable: '''Enable''',
    };