Geo constructor

Geo({
  1. List<double>? coordinates,
  2. String? type,
})

Implementation

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