isValid method

bool isValid()

Implementation

bool isValid() {
  return _address == null ? false : true;
}