Metadata constructor

Metadata({
  1. String? createTime,
  2. ResultDisplayMetadata? displayOptions,
  3. List<NamedProperty>? fields,
  4. String? mimeType,
  5. String? objectType,
  6. Person? owner,
  7. Source? source,
  8. String? thumbnailUrl,
  9. String? updateTime,
})

Implementation

Metadata({
  this.createTime,
  this.displayOptions,
  this.fields,
  this.mimeType,
  this.objectType,
  this.owner,
  this.source,
  this.thumbnailUrl,
  this.updateTime,
});