Drive constructor
Drive({
- String? id,
- String? name,
- String? driveType,
- IdentitySet? owner,
- DriveQuota? quota,
- String? webUrl,
Creates a new Drive instance.
Implementation
Drive({
this.id,
this.name,
this.driveType,
this.owner,
this.quota,
this.webUrl,
});