country property

List<String>? country

Implementation

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