BankCardInfo constructor
BankCardInfo({
- String? extra,
- int? client_id,
- string? title,
- vector<
BankCardActionOpenUrl> ? actions,
Implementation
BankCardInfo({
super.extra,
super.client_id,
this.title,
this.actions,
});