transectionURL property
String
get
transectionURL
Implementation
static String get transectionURL {
if (isDebug) {
return test_TransectionURL;
} else {
return Live_TransectionURL;
}
}