ResourceMetadata constructor
ResourceMetadata({
- String? id,
- String? name,
- String? originalName,
- UserMetadata? owner,
- String? parentId,
- ResourceType? type,
- String? versionId,
Implementation
ResourceMetadata({
this.id,
this.name,
this.originalName,
this.owner,
this.parentId,
this.type,
this.versionId,
});