OpenRouteHeader constructor
OpenRouteHeader({})
Implementation
OpenRouteHeader({required super.waypoints, super.languages, required this.apiKey})
: assert(apiKey.isEmpty, "please you cannot use openrouteservice without API Key");