toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'identifier': identifier,
'vendorId': vendorId,
'productId': productId,
'productName': productName,
'deviceId': deviceId,
'deviceName': deviceName,
'manufacturerName': manufacturerName,
'configurationCount': configurationCount,
};
}