CheckoutResponseWrapperSchema constructor

CheckoutResponseWrapperSchema({
  1. required CheckoutResponseSchema data,
})

Returns a new CheckoutResponseWrapperSchema instance.

Implementation

CheckoutResponseWrapperSchema({
  required this.data,
});