User class

Implemented types
Implementers

Constructors

User({int id = unassignedClient, String name = '', UserType type = UserType.netMember, List<Slide> slides = const []})
User.fromParam(int id, SetuserParam param)
factory
User.fromStream(List<int> data)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
final
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slides List<Slide>
getter/setter pair
type UserType
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes() List<int>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited