LocationMessage constructor

LocationMessage(
  1. double latitude,
  2. double longitude,
  3. String? name,
  4. String? address,
  5. String? venueType,
)

Implementation

LocationMessage(
    this.latitude, this.longitude, this.name, this.address, this.venueType);