KnotEvent constructor

KnotEvent({
  1. required String merchant,
  2. required String event,
  3. required String type,
  4. required String taskId,
  5. required bool sendCard,
})

Implementation

KnotEvent({
  required this.merchant,
  required this.event,
  required this.type,
  required this.taskId,
  required this.sendCard,
});