ExternalRef constructor

ExternalRef({
  1. String? category,
  2. String? comment,
  3. String? locator,
  4. String? type,
})

Implementation

ExternalRef({
  this.category,
  this.comment,
  this.locator,
  this.type,
});