Tags constructor

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

Implementation

const Tags({
  this.tags,
  this.weight = 1,
});