AddressArgs constructor

AddressArgs(
  1. String address,
  2. String placeId,
  3. LatLng? location
)

Implementation

AddressArgs(this.address, this.placeId, this.location);