Data constructor

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

Implementation

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