User class

Represents user metadata added to a Users dataset using the PutUsers API.

Constructors

User({required String userId, Object? properties})

Properties

hashCode int
The hash code for this object.
no setterinherited
properties Object?
A string map of user-specific metadata. Each element in the map consists of a key-value pair. For example,
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
The ID associated with the user.
final

Methods

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

Operators

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