expYear property

String get expYear

Implementation

String get expYear => isComplete ? expirationString!.split('/').last : '';