VimeoUser class

Constructors

VimeoUser({int? teamOriginUserId, int? liked, String? accountType, dynamic vimeoApiClientToken, dynamic vimeoApiInteractionTokens, int? teamId, int? watchLater, int? owner, int? id, int? mod, int? privateModeEnabled, int? loggedIn})
VimeoUser.fromJson(Map<String, dynamic> json)

Properties

accountType String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
liked int?
getter/setter pair
loggedIn int?
getter/setter pair
mod int?
getter/setter pair
owner int?
getter/setter pair
privateModeEnabled int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamId int?
getter/setter pair
teamOriginUserId int?
getter/setter pair
vimeoApiClientToken ↔ dynamic
getter/setter pair
vimeoApiInteractionTokens ↔ dynamic
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