ImparedOptions constructor

ImparedOptions({
  1. bool? lowPlatformVehicle,
  2. bool? noEscalators,
  3. bool? noElevators,
  4. bool? noSolidStairs,
  5. bool? needElevatedPlatform,
})

Implementation

ImparedOptions({
  this.lowPlatformVehicle,
  this.noEscalators,
  this.noElevators,
  this.noSolidStairs,
  this.needElevatedPlatform,
});