CreditCardModel class
Constructors
Properties
- cardHolderName ↔ String
-
Name of the card holder.
getter/setter pair
- cardNumber ↔ String
-
Number of the credit/debit card.
getter/setter pair
- cvvCode ↔ String
-
Cvv code on card.
getter/setter pair
- expiryDate ↔ String
-
Expiry date of the card.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCvvFocused ↔ bool
-
A boolean for indicating if cvv is focused or not.
getter/setter pair
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited