ISkuTag constructor

ISkuTag(
  1. String key,
  2. String value
)

Implementation

ISkuTag(this.key, this.value);