getLocation method

String? getLocation()

Implementation

String? getLocation() {
  return _location;
}