KnotSuccess constructor

KnotSuccess({
  1. required String merchant,
  2. required String type,
})

Implementation

KnotSuccess({required this.merchant, required this.type});