requestStr property

String requestStr

Get String request of the this instance

Implementation

String get requestStr {
  return '$houseNumber $road $neighbourhood $suburb $city, $district $state $postalCode $country $countryCode'
      .replaceAll(RegExp(r'\s+'), ' ');
}