country property
ListBuilder<String>
get
country
Implementation
ListBuilder<String> get country => _$this._country ??= ListBuilder<String>();
set
country
(ListBuilder<String> ? country)
Implementation
set country(ListBuilder<String>? country) => _$this._country = country;