EnterLocation constructor

EnterLocation({
  1. double? longitude,
  2. double? latitude,
})

Implementation

EnterLocation({this.longitude, this.latitude});