Video class

Constructors

Video({Rating? rating, Version? version, int? height, int? duration, Thumbs? thumbs, VimeoOwner? owner, int? id, String? embedCode, String? title, String? shareUrl, int? width, String? embedPermission, int? fps, int? spatial, dynamic liveEvent, int? allowHd, int? hd, dynamic lang, int? defaultToHd, String? url, String? privacy, dynamic unlistedHash})
Video.fromJson(Map<String, dynamic> json)

Properties

allowHd int?
getter/setter pair
defaultToHd int?
getter/setter pair
duration int?
getter/setter pair
embedCode String?
getter/setter pair
embedPermission String?
getter/setter pair
fps int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hd int?
getter/setter pair
height int?
getter/setter pair
id int?
getter/setter pair
lang ↔ dynamic
getter/setter pair
liveEvent ↔ dynamic
getter/setter pair
owner VimeoOwner?
getter/setter pair
privacy String?
getter/setter pair
rating Rating?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareUrl String?
getter/setter pair
spatial int?
getter/setter pair
thumbs Thumbs?
getter/setter pair
title String?
getter/setter pair
unlistedHash ↔ dynamic
getter/setter pair
url String?
getter/setter pair
version Version?
getter/setter pair
width int?
getter/setter pair

Methods

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

Operators

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