FileList constructor

FileList({
  1. String? etag,
  2. bool? incompleteSearch,
  3. List<File>? items,
  4. String? kind,
  5. String? nextLink,
  6. String? nextPageToken,
  7. String? selfLink,
})

Implementation

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