instance property
LokotroCountryService
get
instance
Get singleton instance
Implementation
static LokotroCountryService get instance {
_instance ??= LokotroCountryService._internal();
return _instance!;
}