Geometry constructor

Geometry({
  1. String? type,
  2. List? coordinates,
})

Implementation

Geometry({this.type, this.coordinates});