LocationData constructor

LocationData(
  1. String? featureName,
  2. String? state,
  3. double? latitude,
  4. double? longitude,
)

Implementation

LocationData(this.featureName, this.state, this.latitude, this.longitude);