Data constructor

Data({
  1. PaymentDetails? paymentDetails,
})

Implementation

Data({
  this.paymentDetails,
});