Uploads constructor

Uploads({
  1. List<Upload>? items,
  2. int? itemsPerPage,
  3. String? kind,
  4. String? nextLink,
  5. String? previousLink,
  6. int? startIndex,
  7. int? totalResults,
})

Implementation

Uploads({
  this.items,
  this.itemsPerPage,
  this.kind,
  this.nextLink,
  this.previousLink,
  this.startIndex,
  this.totalResults,
});