VimeoVideo class
- Available extensions
Constructors
-
VimeoVideo({bool liveEvent = false, int? width, int? height, required List<
_VimeoQualityFile?> sources}) - VimeoVideo.fromJsonLiveEvent(dynamic json)
-
factory
Properties
- defaultVideo → VimeoSource?
-
Available on VimeoVideo, provided by the ExtensionVimeoVideo extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int?
-
getter/setter pair
- isLive → bool
-
Available on VimeoVideo, provided by the ExtensionVimeoVideo extension
no setter - liveEvent → bool
-
final
- ratio → double
-
Available on VimeoVideo, provided by the ExtensionVimeoVideo extension
no setter -
resolutions
→ Map<
String, String> -
Available on VimeoVideo, provided by the ExtensionVimeoVideo extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
Available on VimeoVideo, provided by the ExtensionVimeoVideo extension
no setter -
sources
→ List<
_VimeoQualityFile?> -
final
- videoUrl → Uri?
-
Available on VimeoVideo, provided by the ExtensionVimeoVideo extension
no setter - width ↔ int?
-
getter/setter pair
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
Static Methods
-
fromJsonVideoWithAuth(
{required String videoId, required String accessKey, required Map< String, dynamic> json}) → Future<VimeoVideo> -
fromJsonVideoWithoutAuth(
Map< String, dynamic> json) → Future<VimeoVideo>