CheckoutResponseWrapperSchema constructor
CheckoutResponseWrapperSchema({
- required CheckoutResponseSchema data,
Returns a new CheckoutResponseWrapperSchema instance.
Implementation
CheckoutResponseWrapperSchema({
required this.data,
});