setQuantity method Null safety
- int quantity
Sets the quantity property
Implementation
void setQuantity(int quantity) {
payload[EAPropertyKey.PRODUCT_QUANTITY] = quantity;
}
Sets the quantity property
void setQuantity(int quantity) {
payload[EAPropertyKey.PRODUCT_QUANTITY] = quantity;
}