DVCUserBuilder class

A builder for constructing DVCUser objects.

Constructors

DVCUserBuilder()

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() DVCUser
Constructs a DVCUser instance from the values currently in the builder.
country(String country) DVCUserBuilder
Sets the user's country.
customData(Map<String, dynamic> customData) DVCUserBuilder
email(String email) DVCUserBuilder
Sets the user's email attribute.
isAnonymous(bool isAnonymous) DVCUserBuilder
Sets whether the user is anonymous.
name(String name) DVCUserBuilder
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) DVCUserBuilder
toString() String
A string representation of this object.
inherited
userId(String userId) DVCUserBuilder
Sets whether the user is anonymous.

Operators

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