EAProperty class

Every Eulerian properties inherits from this base class

Implementers

Constructors

EAProperty({required String path})
Constructor sets the path property

Properties

hashCode int
The hash code for this object.
no setterinherited
payload Map<EAPropertyKey, dynamic>
internal payload Map<K, V>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAction(Action action) → void
Sets the action property
setCFlag(SiteCentric cFlag) → void
Sets the cflag property
setEmail(String email) → void
Sets the email property
setLocation({required double latitude, required double longitude}) → void
Sets the ea-lon and ea-lat properties
setNewCustomer(bool isNew) → void
Sets the newcustomer property
setPageGroup(String group) → void
Sets the pagegroup property
setPath(String path) → void
Sets the path property
setProfile(String profile) → void
Sets the profile property
setProperty(SiteCentric property) → void
Sets the property property
setUID(String uid) → void
Sets the uid property
toJson() Map<String, dynamic>
Serializes payload
inherited
toString() String
A string representation of this object.
inherited

Operators

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