WooProductItemTag constructor

WooProductItemTag(
  1. int? id,
  2. String? name,
  3. String? slug
)

Implementation

WooProductItemTag(this.id, this.name, this.slug);