DocumentEdit constructor

DocumentEdit({
  1. String url,
  2. String location,
  3. String itemReference,
  4. String scope,
  5. String revision,
  6. String purpose,
  7. String intendedUse,
  8. String name,
  9. String description,
  10. String externalObjectType,
})

Returns a new DocumentEdit instance.

Implementation

DocumentEdit({
  this.url,
  this.location,
  this.itemReference,
  this.scope,
  this.revision,
  this.purpose,
  this.intendedUse,
  this.name,
  this.description,
  this.externalObjectType,
});