countrycode property
String countrycode;
is declaring a property named countrycode
of type String
in the
Poi
class. This property will hold the country code information of a Point of Interest (POI)
object.
Implementation
String? countrycode;
String countrycode;
is declaring a property named countrycode
of type String
in the
Poi
class. This property will hold the country code information of a Point of Interest (POI)
object.
String? countrycode;