checkCountry property

String checkCountry

Implementation

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