userPostalCode property
String?
get
userPostalCode
Implementation
String? get userPostalCode {
return _userInfo[ProfileKeyValues[PROFILE_KEY.POSTAL_CODE]!];
}
String? get userPostalCode {
return _userInfo[ProfileKeyValues[PROFILE_KEY.POSTAL_CODE]!];
}