Options class abstract

Implementers

Constructors

Options({int? maxResults, String? onBehalfOfContentOwner, String? pageToken, String? regionCode})
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
maxResults → int?
The maxResults parameter specifies the maximum number of items that should be returned in the result set. Acceptable values are 0 to 50, inclusive. The default value is 5.
final
onBehalfOfContentOwner → String?
This parameter can only be used in a properly authorized request. Note: This parameter is intended exclusively for YouTube content partners.
final
pageToken → String?
The pageToken parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken and prevPageToken properties identify other pages that could be retrieved.
final
regionCode → String?
The regionCode parameter instructs the API to return search results for videos that can be viewed in the specified country. The parameter value is an ISO 3166-1 alpha-2 country code.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

getMap(String key) → Map<String, String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited