Place.newInstance constructor

Place.newInstance(
  1. String? address,
  2. double? longitude,
  3. double? latitude
)

Implementation

Place.newInstance(this.address, this.longitude, this.latitude);