NetworkTags constructor

NetworkTags({
  1. List<String>? tags,
})

Implementation

NetworkTags({
  this.tags,
});