DriveList constructor

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

Implementation

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