NamiSKU constructor
NamiSKU(
- String? name,
- String skuId,
- NamiSKUType type,
- String? id,
Implementation
NamiSKU(this.name, this.skuId, this.type, this.id);