DriveFolder constructor

DriveFolder({
  1. String? alternateLink,
  2. String? id,
  3. String? title,
})

Implementation

DriveFolder({
  this.alternateLink,
  this.id,
  this.title,
});