CountryFilter constructor

CountryFilter({
  1. bool isName = false,
  2. bool isCapital = false,
  3. bool isRegion = false,
  4. bool isAlpha2Code = false,
  5. bool isAlpha3Code = false,
  6. bool isDemonym = false,
  7. bool isTimeZone = false,
  8. bool isCallingCode = false,
  9. bool isBorders = false,
  10. bool isAltSpellings = false,
  11. bool isCurrency = false,
  12. bool isLanguage = false,
  13. bool isLatLong = false,
  14. bool isTranslation = false,
  15. bool isFlag = false,
})

Implementation

CountryFilter({
  this.isName = false,
  this.isCapital = false,
  this.isRegion = false,
  this.isAlpha2Code = false,
  this.isAlpha3Code = false,
  this.isDemonym = false,
  this.isTimeZone = false,
  this.isCallingCode = false,
  this.isBorders = false,
  this.isAltSpellings = false,
  this.isCurrency = false,
  this.isLanguage = false,
  this.isLatLong = false,
  this.isTranslation = false,
  this.isFlag = false,
});