ProductDisplayFirestore constructor

ProductDisplayFirestore(
  1. GetCollection getCollection,
  2. String appId
)

Implementation

ProductDisplayFirestore(this.getCollection, this.appId)
    : productDisplayCollection = getCollection();