SharedDirectory constructor

SharedDirectory({
  1. DateTime? createdDateTime,
  2. DateTime? lastUpdatedDateTime,
  3. String? ownerAccountId,
  4. String? ownerDirectoryId,
  5. ShareMethod? shareMethod,
  6. String? shareNotes,
  7. ShareStatus? shareStatus,
  8. String? sharedAccountId,
  9. String? sharedDirectoryId,
})

Implementation

SharedDirectory({
  this.createdDateTime,
  this.lastUpdatedDateTime,
  this.ownerAccountId,
  this.ownerDirectoryId,
  this.shareMethod,
  this.shareNotes,
  this.shareStatus,
  this.sharedAccountId,
  this.sharedDirectoryId,
});