CollectorIds class

Constructors

CollectorIds.new({required String holderName, required String cardNumber, required String expirationMonth, required String expirationYear, required String cvv, required String tonderPayButton, String msgError = '', String msgNotification = '', String cardsListContainer = ''})
CollectorIds.fromMap(Map<String, String> map)
factory

Properties

cardNumber String
final
cardsListContainer String
final
cvv String
final
expirationMonth String
final
expirationYear String
final
hashCode int
The hash code for this object.
no setterinherited
holderName String
final
msgError String
final
msgNotification String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tonderPayButton String
final

Methods

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

Operators

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