Webproperties constructor

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

Implementation

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