Address constructor

Address(
  1. String address,
  2. String placeId,
  3. Iterable<String>? types
)

Implementation

Address(this.address, this.placeId, this.types);