dateOfExpiry property
String?
get
dateOfExpiry
The date of expiry in format 'ddMMyyyy'
Implementation
String? get dateOfExpiry => _map["dateOfExpiry"] as String?;
The date of expiry in format 'ddMMyyyy'
String? get dateOfExpiry => _map["dateOfExpiry"] as String?;