LocationFilters constructor Null safety

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

Implementation

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