Change constructor

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

Implementation

Change({
  this.changeType,
  this.deleted,
  this.drive,
  this.driveId,
  this.file,
  this.fileId,
  this.id,
  this.kind,
  this.modificationDate,
  this.selfLink,
  this.teamDrive,
  this.teamDriveId,
  this.type,
});