LocationFilters constructor

LocationFilters({
  1. String? name = '',
  2. String? type = '',
  3. String? dimension = '',
})

Implementation

LocationFilters({
  this.name = '',
  this.type = '',
  this.dimension = '',
});