GoogleLocation constructor

GoogleLocation({
  1. Location? location,
  2. String? name,
  3. String? requestAdminRightsUri,
})

Implementation

GoogleLocation({
  this.location,
  this.name,
  this.requestAdminRightsUri,
});