ProjectedMeters constructor

const ProjectedMeters(
  1. double northing,
  2. double easting
)

Implementation

const ProjectedMeters(this.northing, this.easting);