Tags constructor

Tags({
  1. String? tags,
  2. int? weight,
})

Implementation

Tags({
  this.tags,
  this.weight,
});