Wht constructor

Wht({
  1. String? name,
  2. String? label,
  3. String? id,
  4. Price? price,
})

Implementation

Wht({
  this.name,
  this.label,
  this.id,
  this.price,
});