names property

Implementation

static core.Map<SystemTypeEnum, String> get names => <SystemTypeEnum, String>{
      systemtypeCcu: '''CCU''',
      systemtypeHumansensor: '''Human-portable Sensor''',
      systemtypeUuv: '''UUV''',
      systemtypeUsv: '''USV''',
      systemtypeUav: '''UAV''',
      systemtypeUgv: '''UGV''',
      systemtypeStaticsensor: '''Static sensor''',
      systemtypeMobilesensor: '''Mobile sensor''',
      systemtypeWsn: '''Wireless Sensor Network''',
    };