TagAttributes constructor Null safety

TagAttributes(
  1. Name name,
  2. String group,
  3. int version
)

Implementation

TagAttributes(this.name, /*this.description,*/ this.group, this.version);