Experiments constructor
      
      Experiments({})
     
    
    
Implementation
Experiments({
  this.items,
  this.itemsPerPage,
  this.kind,
  this.nextLink,
  this.previousLink,
  this.startIndex,
  this.totalResults,
  this.username,
});Experiments({
  this.items,
  this.itemsPerPage,
  this.kind,
  this.nextLink,
  this.previousLink,
  this.startIndex,
  this.totalResults,
  this.username,
});