TriggerAlert class

Constructors

TriggerAlert({required TriggerAlertType type, required String productId, required String link, required double price, String? variantId, DateTime? expiryTimestamp, double? alertPrice, TriggerAlertAvailabilityType? availability, String? profileId, double? mrp, Map<String, String>? data})

Properties

alertPrice double?
final
availability TriggerAlertAvailabilityType?
final
data Map<String, String>?
final
expiryTimestamp DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
final
mrp double?
final
price double
final
productId String
final
profileId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type TriggerAlertType
final
variantId String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited