names property

Implementation

static core.Map<UsblConfigEnumOp, String> get names =>
    <UsblConfigEnumOp, String>{
      opSetCfg: '''Set LBL Configuration''',
      opGetCfg: '''Retrieve LBL Configuration''',
      opCurCfg: '''Reply to a GET command''',
    };