PolygonSearcher.fromJson constructor

PolygonSearcher.fromJson(
  1. Map<String, dynamic> json
)

Implementation

PolygonSearcher.fromJson(Map<String, dynamic> json) {
  available = json["available"];
  barrierLowThreshold = json["barrier.low_threshold"];
  barrierHighThreshold = json["barrier.high_threshold"];
}