expiryDate property
String
get
expiryDate
Returns the expiry date in the format 'MM/YYYY'.
Implementation
String get expiryDate => '$expirationMonth/$expirationYear';
Returns the expiry date in the format 'MM/YYYY'.
String get expiryDate => '$expirationMonth/$expirationYear';