Card constructor
Card({
- String? name,
- AddressPortable? billingAddress,
- String? lastDigits,
- Network? brand,
Implementation
Card({this.name, this.billingAddress, this.lastDigits, this.brand});