countries property

List<Country>? countries
getter/setter pair

Country collection.

Implementation

core.List<Country>? countries;