DriveReference constructor

DriveReference({
  1. String? name,
  2. String? title,
})

Implementation

DriveReference({this.name, this.title});