checkCountry property
String
get
checkCountry
Implementation
static String get checkCountry {
if (isDebug) {
return test_CheckCountry;
} else {
return Live_CheckCountry;
}
}
static String get checkCountry {
if (isDebug) {
return test_CheckCountry;
} else {
return Live_CheckCountry;
}
}