Yt class Null safety
Constructors
- Yt()
Properties
- broadcast → Broadcast
-
read-only
- channels → Channels
-
read-only
- chat → Chat
-
read-only
- hashCode → int
-
The hash code for this object.
read-only, inherited
- liveStream → LiveStream
-
read-only
- playlistItems → PlaylistItems
-
read-only
- playlists → Playlists
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- search → Search
-
read-only
- thumbnails → Thumbnails
-
read-only
- token ← String
-
write-only
- videoCategories → VideoCategories
-
read-only
- videos → Videos
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
setModules(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- dio → Dio
-
final
- tokenExpiry → DateTime
-
final
- tokenGenerator ↔ TokenGenerator?
-
read / write
Static Methods
-
withGenerator(
TokenGenerator generator) → Future< Yt> -
withKey(
String apiKey) → Future< Yt> -
withOAuth(
[OAuthCredentials? oauthCredentials, bool refresh = false]) → Future< Yt>