HackleUserBuilder class
Constructors
- HackleUserBuilder([String? _id])
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
) → HackleUser -
deviceId(
String deviceId) → HackleUserBuilder -
id(
String id) → HackleUserBuilder -
identifier(
String key, String value) → HackleUserBuilder -
identifiers(
Map< String, String> identifiers) → HackleUserBuilder -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
properties(
Map< String, Object> properties) → HackleUserBuilder -
property(
String key, Object value) → HackleUserBuilder -
toString(
) → String -
A string representation of this object.
inherited
-
userId(
String userId) → HackleUserBuilder
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited