ActiveUser class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

ActiveUser.new({Vector? position, Rect? viewport, List<String>? selection, String? color, num? sessionId})
factory

Properties

color String

Available on User, provided by the User$Typings extension

no setter
hashCode int
The hash code for this object.
no setterinherited
id String?

Available on BaseUser, provided by the BaseUser$Typings extension

no setter
name String

Available on BaseUser, provided by the BaseUser$Typings extension

no setter
photoUrl String?

Available on BaseUser, provided by the BaseUser$Typings extension

no setter
position Vector?

Available on ActiveUser, provided by the ActiveUser$Typings extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selection List<String>

Available on ActiveUser, provided by the ActiveUser$Typings extension

no setter
sessionId num

Available on User, provided by the User$Typings extension

no setter
viewport Rect

Available on ActiveUser, provided by the ActiveUser$Typings extension

no setter

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