SkuAttributeBean constructor

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

Implementation

SkuAttributeBean(this.key, this.value);