dateOfExpiry property

String? get dateOfExpiry

The date of expiry in format 'ddMMyyyy'

Implementation

String? get dateOfExpiry => _map["dateOfExpiry"] as String?;