PaymentController class

Constructors

PaymentController()

Properties

cardNumber String
get current cardNumber value
no setter
cvv String
get current cvv value
no setter
dateExpiration String
get current date expiration value
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addCardNumberError(String error) → void
show error in cardNumber without validator
addCVVError(String error) → void
show error in cvv without validator
addDateExpirationError(String error) → void
show error in date expiration without validator
clearValues() → void
init(PaymentFormState state) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate() bool

Operators

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