TagKeys constructor

TagKeys({
  1. List<String>? items,
})

Implementation

TagKeys({
  this.items,
});