BankCardInfo constructor
BankCardInfo({
- required String title,
- required List<
BankCardActionOpenUrl> actions,
Implementation
BankCardInfo({required this.title, required this.actions});