GeoException constructor

const GeoException(
  1. String message, {
  2. String? code,
  3. Object? cause,
})

Implementation

const GeoException(
  this.message, {
  this.code,
  this.cause,
});