ProductCharacteristic constructor

ProductCharacteristic({
  1. String? id,
  2. String? value,
  3. String? valueType,
  4. String? name,
})

Implementation

ProductCharacteristic({this.id, this.value, this.valueType, this.name});