RunLocation constructor Null safety
Run location
Implementation
RunLocation({
required this.coords,
required this.activity,
required this.battery,
required this.runId,
required this.meta,
required this.triggeredSplitTime,
required this.recordedTimestamp,
required this.locationServiceTimestamp,
required this.uuid,
RunLocationOdometer? odometers,
}) : odometers = odometers ?? RunLocationOdometer();