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