Zone constructor

Zone(
  1. double lat,
  2. double lon,
  3. int x,
  4. int y,
  5. String code,
)

Implementation

Zone(this.lat, this.lon, this.x, this.y, this.code);