speedMPS property Null safety

double speedMPS

Current Speed in m/s

Implementation

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