BankCardInfo constructor

BankCardInfo({
  1. required String title,
  2. required List<BankCardActionOpenUrl> actions,
})

Implementation

BankCardInfo({required this.title, required this.actions});