Embed class

Constructors

Embed({int? autopause, int? playsinline, VimeoSettings? settings, String? color, String? texttrack, int? onSite, String? appId, int? muted, int? dnt, String? playerId, dynamic api, bool? editor, String? context, int? keyboard, String? outro, int? transparent, int? logPlays, dynamic quality, int? time, int? loop, int? autoplay})
Embed.fromJson(Map<String, dynamic> json)

Properties

api ↔ dynamic
getter/setter pair
appId String?
getter/setter pair
autopause int?
getter/setter pair
autoplay int?
getter/setter pair
color String?
getter/setter pair
context String?
getter/setter pair
dnt int?
getter/setter pair
editor bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyboard int?
getter/setter pair
logPlays int?
getter/setter pair
loop int?
getter/setter pair
muted int?
getter/setter pair
onSite int?
getter/setter pair
outro String?
getter/setter pair
playerId String?
getter/setter pair
playsinline int?
getter/setter pair
quality ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings VimeoSettings?
getter/setter pair
texttrack String?
getter/setter pair
time int?
getter/setter pair
transparent 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