PolygonSearcher constructor

PolygonSearcher({
  1. bool? available,
  2. num? barrierLowThreshold,
  3. num? barrierHighThreshold,
})

Implementation

PolygonSearcher(
    {this.available, this.barrierLowThreshold, this.barrierHighThreshold});