country property

List<String>? get country

Implementation

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