YoutubeParam class

Constructors

YoutubeParam({required String videoId, bool showUI = true, double startSeconds = 0.0, bool autoPlay = true, bool showFullScreen = true, bool showYoutube = true})
const

Properties

autoPlay bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showFullScreen bool
final
showUI bool
final
showYoutube bool
final
startSeconds double
final
videoId String
final

Methods

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