CardPin constructor

const CardPin({
  1. String? encryptedNumber,
})

encrypted_pin_param

The desired PIN for this card.

Implementation

const CardPin({this.encryptedNumber});