Options constructor

const Options({
  1. int? maxResults,
  2. String? onBehalfOfContentOwner,
  3. String? pageToken,
  4. String? regionCode,
})

Implementation

const Options({
  this.maxResults,
  this.onBehalfOfContentOwner,
  this.pageToken,
  this.regionCode,
});