CustomListData constructor
CustomListData(
- String? id,
- String? type,
- CustomListAttributes? attributes,
- List<
CustomListRelationship> ? relationships,
Implementation
CustomListData(this.id, this.type, this.attributes, this.relationships);