class ApiEndpoints { static const baseurl = "https://tanami.betadelivery.com/api/development/v1/"; //App Base url static const getcountryurl = baseurl + "country/getAllCountry"; }