KuzzleUser class

Constructors

KuzzleUser(Kuzzle kuzzle, {String? uid, Map<String, dynamic>? content, Map<String, dynamic>? meta})
KuzzleUser.fromKuzzleResponse(Kuzzle kuzzle, KuzzleResponse response)

Properties

content Map<String, dynamic>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kuzzle Kuzzle
final
meta Map<String, dynamic>?
getter/setter pair
profileIds List<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
getter/setter pair

Methods

getProfiles() Future<List<KuzzleProfile>>
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