Data constructor Null safety

Data(
  1. String? id,
  2. String? type,
  3. Attributes? attributes,
  4. List<Relationship>? relationships
)

Implementation

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