Drive constructor

Drive({
  1. DriveBackgroundImageFile? backgroundImageFile,
  2. String? backgroundImageLink,
  3. DriveCapabilities? capabilities,
  4. String? colorRgb,
  5. DateTime? createdTime,
  6. bool? hidden,
  7. String? id,
  8. String? kind,
  9. String? name,
  10. String? orgUnitId,
  11. DriveRestrictions? restrictions,
  12. String? themeId,
})

Implementation

Drive({
  this.backgroundImageFile,
  this.backgroundImageLink,
  this.capabilities,
  this.colorRgb,
  this.createdTime,
  this.hidden,
  this.id,
  this.kind,
  this.name,
  this.orgUnitId,
  this.restrictions,
  this.themeId,
});