Owner constructor
Owner({
- Domain? domain,
- DriveReference? drive,
- TeamDriveReference? teamDrive,
- User? user,
Implementation
Owner({this.domain, this.drive, this.teamDrive, this.user});