country property

String? country

Implementation

external String? get country;
void country=(String? value)

Implementation

external set country(String? value);