DeviceLocation constructor

DeviceLocation({
  1. String? address,
  2. String? locality,
  3. double? longitude,
  4. double? latitude,
})

Implementation

DeviceLocation({this.address, this.locality, this.longitude, this.latitude});