WooProductDefaultAttribute constructor

WooProductDefaultAttribute(
  1. int? id,
  2. String? name,
  3. String? option
)

Implementation

WooProductDefaultAttribute(this.id, this.name, this.option);