References constructor

References({
  1. String? short,
  2. String? relative,
  3. String? full,
})

Implementation

References({
  this.short,
  this.relative,
  this.full,
});