Card constructor

Card({
  1. String? name,
  2. AddressPortable? billingAddress,
  3. String? lastDigits,
  4. Network? brand,
})

Implementation

Card({this.name, this.billingAddress, this.lastDigits, this.brand});