SkuDetails constructor

SkuDetails(
  1. String sku,
  2. String type,
  3. String price,
  4. String title,
  5. String description,
)

Implementation

SkuDetails(this.sku, this.type, this.price, this.title, this.description);