User class

Constructors

User({String? id, String? name, List<Email>? emails, String? status, String? statusConnection, String? username, int? utcOffset, bool? active, List<String>? roles, Map<String, Preferences>? settings, String? avatarUrl, Map<String, String>? customFields, bool? success = false})
User.fromMap(Map<String, dynamic>? json)

Properties

active bool?
getter/setter pair
avatarUrl String?
getter/setter pair
customFields Map<String, String>?
getter/setter pair
emails List<Email>?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String?
getter/setter pair
name String?
getter/setter pair
roles List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings Map<String, Preferences>?
getter/setter pair
status String?
getter/setter pair
statusConnection String?
getter/setter pair
success bool?
getter/setter pair
username String?
getter/setter pair
utcOffset int?
getter/setter pair

Methods

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

Operators

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