Data constructor Null safety
- String id,
- String type,
- Attributes attributes,
- List<
Relationship> relationships
Implementation
Data(this.id, this.type, this.attributes, this.relationships);
Data(this.id, this.type, this.attributes, this.relationships);