WooProductCategoryImage constructor

WooProductCategoryImage({
  1. int? id,
  2. String? dateCreated,
  3. String? dateCreatedGmt,
  4. String? dateModified,
  5. String? dateModifiedGmt,
  6. String? src,
  7. String? name,
  8. String? alt,
})

Implementation

WooProductCategoryImage(
    {this.id,
    this.dateCreated,
    this.dateCreatedGmt,
    this.dateModified,
    this.dateModifiedGmt,
    this.src,
    this.name,
    this.alt});