FrequentlyBoughtTogether constructor

const FrequentlyBoughtTogether({
  1. required FbtModel model,
  2. required String objectID,
})

Returns a new FrequentlyBoughtTogether instance.

Implementation

const FrequentlyBoughtTogether({
  required this.model,
  required this.objectID,
});