MapRectangle.zero constructor

const MapRectangle.zero()

Creates a new MapRectangle at the origin with zero width and height.

Implementation

const MapRectangle.zero() : this(0, 0, 0, 0);