CodeByRegionTypeLabelLanguageFilter constructor

CodeByRegionTypeLabelLanguageFilter({
  1. String? desc,
  2. String? region,
  3. String? type,
  4. String? language,
  5. String? label,
})

Implementation

CodeByRegionTypeLabelLanguageFilter({this.desc, this.region, this.type, this.language, this.label});