CreditCardData class

Constructors

CreditCardData({String? stdText, CardDecoration? cardDecoration, required String cardNumber, required String cardHolderName, required String validUntill, required Color? backgroundColor, required CardType cardtype, String? cvvText, String? declarationText, String? authoRizedText})

Properties

authoRizedText String?
final
backgroundColor Color?
final
cardDecoration CardDecoration?
final
cardHolderName String
final
cardNumber String
final
cardtype CardType
final
cvvText String?
final
declarationText String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stdText String?
final
validUntill String
final

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