hasGenericAddress method
Implementation
bool hasGenericAddress() {
if (address == null) {
return false;
}
return address!.toGenericAddress().isNotEmpty;
}
bool hasGenericAddress() {
if (address == null) {
return false;
}
return address!.toGenericAddress().isNotEmpty;
}