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