Config constructor

Config({
  1. bool usePredefinedProfiles = true,
  2. bool trimInput = true,
  3. bool filterForQueryParams = false,
})

Implementation

Config(
    {this.usePredefinedProfiles = true,
    this.trimInput = true,
    this.filterForQueryParams = false});