PaymentSuccess constructor
const
PaymentSuccess({})
Implementation
const PaymentSuccess(
{Key? key,
required this.companyInfo,
required this.invoiceDetail,
required this.redirectPage})
: super(key: key);