GeoPointException constructor

GeoPointException({
  1. String? msg,
})

Implementation

GeoPointException({
  this.msg,
});