LinkResponse constructor

const LinkResponse({
  1. String? id,
  2. String? type,
  3. LinkResponseAttributes? attributes,
})

Implementation

const LinkResponse({
  this.id,
  this.type,
  this.attributes,
});