TriggerAlert constructor
TriggerAlert({})
Implementation
TriggerAlert({
required this.type,
required this.productId,
required this.link,
required this.price,
this.variantId,
this.expiryTimestamp,
this.alertPrice,
this.availability,
this.profileId,
this.mrp,
this.data,
});