Geometry constructor

Geometry(
  1. int? srid,
  2. GeometryType type,
  3. bool hasZ,
  4. bool hasM,
)

Implementation

Geometry(this.srid, this.type, this.hasZ, this.hasM);