ExpresspayCard.test constructor
ExpresspayCard.test(})
Implementation
ExpresspayCard.test(String? LABEL, {
required this.number,
required this.expireMonth,
required this.expireYear,
required this.cvv
}){
_LABEL = LABEL;
}