Change constructor

Change({
  1. String? changeType,
  2. Drive? drive,
  3. String? driveId,
  4. File? file,
  5. String? fileId,
  6. String? kind,
  7. bool? removed,
  8. TeamDrive? teamDrive,
  9. String? teamDriveId,
  10. DateTime? time,
  11. String? type,
})

Implementation

Change({
  this.changeType,
  this.drive,
  this.driveId,
  this.file,
  this.fileId,
  this.kind,
  this.removed,
  this.teamDrive,
  this.teamDriveId,
  this.time,
  this.type,
});