SharedDriveInfo constructor

SharedDriveInfo({
  1. List<String>? sharedDriveIds,
})

Implementation

SharedDriveInfo({
  this.sharedDriveIds,
});