ComponentsFilter constructor

ComponentsFilter({
  1. String route = '',
  2. String locality = '',
  3. String administrativeArea = '',
  4. String postalCode = '',
  5. String country = '',
})

Implementation

ComponentsFilter(
    {this.route = '',
    this.locality = '',
    this.administrativeArea = '',
    this.postalCode = '',
    this.country = ''});