CriteriaCountryOnly constructor

const CriteriaCountryOnly(
  1. List<CountryCode> only
)

Implementation

const CriteriaCountryOnly(this.only);