locationsUrl property
String
get
locationsUrl
Return full url to /locations
endpoint.
Implementation
String get locationsUrl {
return "$url/$_LOCATIONS_PATH";
}
Return full url to /locations
endpoint.
String get locationsUrl {
return "$url/$_LOCATIONS_PATH";
}