Metadata constructor
Metadata({
- String? createTime,
- ResultDisplayMetadata? displayOptions,
- List<
NamedProperty> ? fields, - String? mimeType,
- String? objectType,
- Person? owner,
- Source? source,
- String? thumbnailUrl,
- String? updateTime,
Implementation
Metadata({
this.createTime,
this.displayOptions,
this.fields,
this.mimeType,
this.objectType,
this.owner,
this.source,
this.thumbnailUrl,
this.updateTime,
});