Tags constructor

Tags({
  1. Map<String, String>? tags,
})

Implementation

Tags({
  this.tags,
});