AppticsUserPropertyBuilder class
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
-
addBooleanProperty(
String key, bool value) → AppticsUserPropertyBuilder -
addNumberProperty(
String key, num value) → AppticsUserPropertyBuilder -
addStringProperty(
String key, String value) → AppticsUserPropertyBuilder -
build(
) → AppticsUserProperty -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCity(
String city) → AppticsUserPropertyBuilder -
setCompanyName(
String companyName) → AppticsUserPropertyBuilder -
setContactNumber(
String contactNumber) → AppticsUserPropertyBuilder -
setCountry(
String country) → AppticsUserPropertyBuilder -
setDateOfBirth(
int dateOfBirth) → AppticsUserPropertyBuilder -
setEmailAddress(
String emailAddress) → AppticsUserPropertyBuilder -
setEngagementScore(
int engagementScore) → AppticsUserPropertyBuilder -
setFirstName(
String firstName) → AppticsUserPropertyBuilder -
setGender(
String gender) → AppticsUserPropertyBuilder -
setGeoLocation(
String geoLocation) → AppticsUserPropertyBuilder -
setLanguage(
String language) → AppticsUserPropertyBuilder -
setLastName(
String lastName) → AppticsUserPropertyBuilder -
setPlanType(
String planType) → AppticsUserPropertyBuilder -
setRegion(
String region) → AppticsUserPropertyBuilder -
setTimezone(
String timezone) → AppticsUserPropertyBuilder -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CITY_PROP → const String
- COMPANY_NAME_PROP → const String
- CONTACT_NUMBER_PROP → const String
- COUNTRY_PROP → const String
- DATE_OF_BIRTH_PROP → const String
- EMAIL_PROP → const String
- ENGAGEMENT_SCORE_PROP → const String
- FIRST_NAME_PROP → const String
- GENDER_PROP → const String
- GEO_LOCATION_PROP → const String
- LANGUAGE_PROP → const String
- LAST_NAME_PROP → const String
- PLAN_TYPE_PROP → const String
- REGION_PROP → const String
- TIMEZONE_PROP → const String