ZoneInfo constructor
ZoneInfo({})
Creates a zone info with the given coordinates.
Implementation
ZoneInfo({
required this.id,
required this.startX,
required this.startY,
required this.endX,
required this.endY,
this.iteration = 0,
});