BNGProjection constructor
Creates a new BNGProjection.
Parameters
easting: (double) Easting coordinate.northing: (double) Northing coordinate.
Implementation
factory BNGProjection({required double easting, required double northing}) {
return BNGProjection._create(easting, northing);
}