Volumeannotations constructor

Volumeannotations({
  1. List<Volumeannotation>? items,
  2. String? kind,
  3. String? nextPageToken,
  4. int? totalItems,
  5. String? version,
})

Implementation

Volumeannotations({
  this.items,
  this.kind,
  this.nextPageToken,
  this.totalItems,
  this.version,
});