accuracy property Null safety

double accuracy

Accuracy in meters

Implementation

double get accuracy => length > 0 ? last.coords.accuracy : 0;