countries property

List<String>? get countries

Implementation

List<String>? get countries => (_$data['countries'] as List<String>?);