DriveFile constructor

DriveFile({
  1. String? alternateLink,
  2. String? id,
  3. String? thumbnailUrl,
  4. String? title,
})

Implementation

DriveFile({
  this.alternateLink,
  this.id,
  this.thumbnailUrl,
  this.title,
});