ProductOffering constructor

ProductOffering({
  1. String? id,
  2. String? href,
  3. String? name,
})

Implementation

ProductOffering({this.id, this.href, this.name});