allVendors property

Iterable<PciVendor> allVendors

Holds a collection of all PCI vendors.

Implementation

static Iterable<PciVendor> get allVendors => _vendors.values;