FolderMetadata constructor

FolderMetadata({
  1. DateTime? createdTimestamp,
  2. String? creatorId,
  3. String? id,
  4. List<String>? labels,
  5. int? latestVersionSize,
  6. DateTime? modifiedTimestamp,
  7. String? name,
  8. String? parentFolderId,
  9. ResourceStateType? resourceState,
  10. String? signature,
  11. int? size,
})

Implementation

FolderMetadata({
  this.createdTimestamp,
  this.creatorId,
  this.id,
  this.labels,
  this.latestVersionSize,
  this.modifiedTimestamp,
  this.name,
  this.parentFolderId,
  this.resourceState,
  this.signature,
  this.size,
});