data property

List<CountryData>? get data

Implementation

List<CountryData>? get data => _data;