setNewCustomer method Null safety
- bool isNew
Implementation
void setNewCustomer(bool isNew) {
payload[EAPropertyKey.PAGE_NEW_CUSTOMER] = isNew ? 1 : 0;
}
void setNewCustomer(bool isNew) {
payload[EAPropertyKey.PAGE_NEW_CUSTOMER] = isNew ? 1 : 0;
}