Tag constructor

Tag(
  1. String name,
  2. String? translatedName
)

Implementation

Tag(this.name, this.translatedName);