DocumentCreate constructor
DocumentCreate({})
Returns a new DocumentCreate instance.
Implementation
DocumentCreate({
this.url,
this.location,
this.itemReference,
this.scope,
this.revision,
this.purpose,
this.intendedUse,
@required this.assetModelId,
this.entityId,
this.externalIdentifier,
this.name,
this.description,
this.externalObjectType,
});