VimeoSettings class

Constructors

VimeoSettings({int? fullscreen, int? byline, int? like, int? playbar, int? title, int? color, int? speed, int? watchLater, int? share, int? scaling, int? spatialCompass, int? collections, int? portrait, int? embed, Badge? badge, int? spatialLabel, int? volume})
VimeoSettings.fromJson(Map<String, dynamic> json)

Properties

badge Badge?
getter/setter pair
byline int?
getter/setter pair
collections int?
getter/setter pair
color int?
getter/setter pair
embed int?
getter/setter pair
fullscreen int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
like int?
getter/setter pair
getter/setter pair
playbar int?
getter/setter pair
portrait int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaling int?
getter/setter pair
share int?
getter/setter pair
spatialCompass int?
getter/setter pair
spatialLabel int?
getter/setter pair
speed int?
getter/setter pair
title int?
getter/setter pair
volume int?
getter/setter pair
watchLater 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