KnotSuccess constructor
Initializes a KnotSuccess object.
- Parameters:
merchant
: The merchant associated with the event (if applicable).product
: Knot Product name.
Implementation
KnotSuccess({
required this.merchant,
required this.product
});