GhostingFilter constructor

GhostingFilter({
  1. double persistence = 0.45,
  2. double currentBoost = 0.08,
})

Implementation

GhostingFilter({this.persistence = 0.45, this.currentBoost = 0.08});