GeocodeException constructor

const GeocodeException(
  1. String? message,
  2. String? code
)

Implementation

const GeocodeException(this.message, this.code);