TeamDrive constructor

TeamDrive({
  1. String? name,
  2. DriveItem? root,
  3. String? title,
})

Implementation

TeamDrive({
  this.name,
  this.root,
  this.title,
});