LocationWithDeviation constructor Null safety

LocationWithDeviation(
  1. Location location,
  2. double deviation
)

Implementation

LocationWithDeviation(this.location, this.deviation);