UserTraitsModel class

Constructors

UserTraitsModel({String? userId, String? firstName, String? lastName, String? email, String? organization, String? department, String? jobTitle, String? phone, String? website, String? addressFirstLine, String? addressSecondLine, String? city, String? state, String? zipCode, String? fax, String? annualRevenue, String? employees, String? industry, Map<String, String>? customTraits})

Properties

addressFirstLine String?
final
addressSecondLine String?
final
annualRevenue String?
final
city String?
final
customTraits Map<String, String>?
final
department String?
final
email String?
final
employees String?
final
fax String?
final
firstName String?
final
hashCode int
The hash code for this object.
no setterinherited
industry String?
final
jobTitle String?
final
lastName String?
final
organization String?
final
phone String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
final
userId String?
final
website String?
final
zipCode String?
final

Methods

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

Operators

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