Volume2 constructor

Volume2({
  1. List<Volume>? items,
  2. String? kind,
  3. String? nextPageToken,
})

Implementation

Volume2({this.items, this.kind, this.nextPageToken});