Card class

Represents a card payment method.

Constructors

Card({String? last4Digits, String? cardNumber, String? expiryMonth, String? expiryYear, String? cardHolderName, String? nickName, String? cardBrand})
Card.fromMap(Map<String, dynamic> map)
factory

Properties

cardBrand String?
final
cardHolderName String?
final
cardNumber String?
final
expiryMonth String?
final
expiryYear String?
final
hashCode int
The hash code for this object.
no setterinherited
last4Digits String?
final
nickName String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited