country property

Object? get country

Implementation

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

Implementation

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