lookupVendor static method

PciVendor? lookupVendor(
  1. int id
)

Looks up a PCI vendor by the id.

Returns null if not found.

Implementation

static PciVendor? lookupVendor(int id) => _vendors[id];