GoogleMapsUrlExtractorException constructor

const GoogleMapsUrlExtractorException(
  1. String message, [
  2. String? details
])

Implementation

const GoogleMapsUrlExtractorException(this.message, [this.details]);