locationsUrl property

String locationsUrl

Return full url to /locations endpoint.

Implementation

String get locationsUrl {
  return "$url/$_LOCATIONS_PATH";
}