User class

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

Constructors

User.new({String? color, num? sessionId, String? id, String? name, String? photoUrl})
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId num

Available on User, provided by the User$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