countryFilter property

List<String>? countryFilter

Allows you to get a list of country identifiers which are defined for processing in the license. If the array is empty, there are no restrictions for processing.

Implementation

List<String>? get countryFilter => _countryFilter;