vendorProductIds property

List<String> vendorProductIds

Array of related products ids.

Implementation

List<String> get vendorProductIds {
  return _products.map((e) => e.vendorId).toList(growable: false);
}