currentRoadName property

String get currentRoadName

Implementation

String get currentRoadName {
  return currentStep?.roadName ?? 'Unknown Road';
}