Reference constructor

Reference({
  1. String? source,
  2. String? uri,
})

Implementation

Reference({
  this.source,
  this.uri,
});