DriveList constructor

DriveList({
  1. List<Drive>? drives,
  2. String? kind,
  3. String? nextPageToken,
})

Implementation

DriveList({this.drives, this.kind, this.nextPageToken});