hasValues property

bool hasValues

Implementation

bool get hasValues {
  return address?.hasAddress == true || location != null;
}