KnotSuccess constructor

KnotSuccess({
  1. required String merchant,
})

Initializes a KnotSuccess object.

  • Parameters:
    • merchant: The merchant associated with the event (if applicable).

Implementation

KnotSuccess({
  required this.merchant
});