Tags constructor Null safety

Tags(
  1. String id,
  2. String type,
  3. TagAttributes attributes
)

Implementation

Tags(this.id, this.type, this.attributes);