SimpleFilter constructor

SimpleFilter({
  1. String? aimCode,
  2. Bounds? bounds,
  3. int? maxAge,
})

Implementation

SimpleFilter({this.aimCode, this.bounds, this.maxAge});