SearchInfo constructor

SearchInfo({
  1. GeoPoint? point,
  2. Address? address,
})

Implementation

SearchInfo({
  this.point,
  this.address,
});