DevCycleUserBuilder class
A builder for constructing DevCycleUser objects.
Constructors
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(
) → DevCycleUser - Constructs a DevCycleUser instance from the values currently in the builder.
-
country(
String country) → DevCycleUserBuilder - Sets the user's country.
-
customData(
Map< String, dynamic> customData) → DevCycleUserBuilder -
email(
String email) → DevCycleUserBuilder - Sets the user's email attribute.
-
isAnonymous(
bool isAnonymous) → DevCycleUserBuilder - Sets whether the user is anonymous.
-
name(
String name) → DevCycleUserBuilder - Sets the user's name attribute.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
privateCustomData(
Map< String, dynamic> privateCustomData) → DevCycleUserBuilder -
toString(
) → String -
A string representation of this object.
inherited
-
userId(
String userId) → DevCycleUserBuilder - Sets whether the user is anonymous.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited