toAddressString method

String toAddressString()

Implementation

String toAddressString() {
  return "$street, $city, $state, $country";
}