FileList constructor

FileList({
  1. String? etag,
  2. List<File>? items,
  3. String? kind,
  4. String? nextPageToken,
})

Implementation

FileList({this.etag, this.items, this.kind, this.nextPageToken});