TeamDriveInfo constructor

TeamDriveInfo({
  1. List<String>? teamDriveIds,
})

Implementation

TeamDriveInfo({
  this.teamDriveIds,
});