getAllSpeedIndices static method

Map<String, int> getAllSpeedIndices()

Gibt eine Map aller unterstützten Speed Indices mit ihren Geschwindigkeiten zurück.

Implementation

static Map<String, int> getAllSpeedIndices() {
  return Map.from(_speedIndexToKmH);
}