Attributes constructor Null safety

Attributes(
  1. String name,
  2. String visibility,
  3. int version
)

Implementation

Attributes(this.name, this.visibility, this.version);