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