Tags constructor

Tags({
  1. List<Tag>? items,
})

Implementation

Tags({
  this.items,
});