Sku constructor

Sku({
  1. String? displayName,
  2. String? id,
})

Implementation

Sku({
  this.displayName,
  this.id,
});