CustomListData constructor

CustomListData(
  1. String? id,
  2. String? type,
  3. CustomListAttributes? attributes,
  4. List<CustomListRelationship>? relationships,
)

Implementation

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