CardPin constructor
const
CardPin({
- String? encryptedNumber,
encrypted_pin_param
The desired PIN for this card.
Implementation
const CardPin({this.encryptedNumber});
encrypted_pin_param
The desired PIN for this card.
const CardPin({this.encryptedNumber});