expMonth property

String get expMonth

Implementation

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