country property

Object? country

Implementation

external Object? /*String?|List<String?>?*/ get country;
void country=(Object? value)

Implementation

external set country(Object? /*String?|List<String?>?*/ value);