NamiSKU constructor

NamiSKU(
  1. String? name,
  2. String skuId,
  3. NamiSKUType type,
  4. String? id,
)

Implementation

NamiSKU(this.name, this.skuId, this.type, this.id);