PlacesApiException constructor

PlacesApiException({
  1. Object? exception,
  2. required String message,
})

Implementation

PlacesApiException({
  this.exception,
  required this.message,
});