Map<String, dynamic> toMap() { return { 'manufacturer': manufacturer, 'productName': productName, 'vendorId': vendorId, 'productId': productId, }; }