CheckoutForm constructor

CheckoutForm({
  1. required String callBack,
  2. required String token,
  3. required dynamic json,
})

Implementation

CheckoutForm({required this.callBack, required this.token, required json})
    : super.fromJson(json);