Data constructor Null safety

Data(
  1. String id,
  2. String type,
  3. Attributes attributes
)

Implementation

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