ProductRefOrValue constructor

ProductRefOrValue({
  1. String? id,
  2. String? name,
  3. String? description,
  4. String? productSerialNumber,
  5. ProductOffering? productOffering,
  6. String? status,
})

Implementation

ProductRefOrValue(
    {this.id,
    this.name,
    this.description,
    this.productSerialNumber,
    this.productOffering,
    this.status});