XCard class

Credit Card

Constructors

XCard({required String creditCardNumber, required String creditCardCVN, required String expirationMonth, required String expirationYear})

Properties

creditCardCVN String
Credit Card CVN
final
creditCardNumber String
Credit Card Number
final
expirationMonth String
Card Expiration Month
final
expirationYear String
Card Expiration Year
final
hashCode int
The hash code for this object.
no setterinherited
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
to() Map<String, dynamic>
Convert XCard to Map
toString() String
A string representation of this object.
inherited

Operators

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