PaymentPage constructor
Implementation
const PaymentPage({
Key? key,
required this.ctransactionId,
required this.amount,
required this.emails,
required this.description,
required this.status,
}) : super(key: key);
const PaymentPage({
Key? key,
required this.ctransactionId,
required this.amount,
required this.emails,
required this.description,
required this.status,
}) : super(key: key);