Reference constructor

Reference({
  1. String? kind,
  2. String? referenceType,
  3. String? referrer,
  4. String? target,
})

Implementation

Reference({
  this.kind,
  this.referenceType,
  this.referrer,
  this.target,
});