EAProperty class Null safety
- Implementers
Constructors
- EAProperty({required String path})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
setAction(
Action action) → void -
setCFlag(
SiteCentric cFlag) → void -
setEmail(
String email) → void -
setLocation(
{required double latitude, required double longitude}) → void -
setNewCustomer(
bool isNew) → void -
setPageGroup(
String group) → void -
setPath(
String path) → void -
setProfile(
String profile) → void -
setProperty(
SiteCentric property) → void -
setUID(
String uid) → void -
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited