UsbName constructor

const UsbName({
  1. String? manufacturerName,
  2. String? productName,
  3. String? serialNumber,
})

Implementation

const factory UsbName({
  String? manufacturerName,
  String? productName,
  String? serialNumber,
}) = _UsbName;