matchingEMobilityServiceProviders property - ChargingStation class - routing library - Dart API
matchingEMobilityServiceProviders
matchingEMobilityServiceProviders property
getter/setter pair
List of matched E-Mobility Service Providers. Populated only when EVCarOptions.evMobilityServiceProviderPreferences was set. This list reflects the subset of E-Mobility Service Providers supported by the charging station, from the list specified in the request parameter EVCarOptions.evMobilityServiceProviderPreferences. NameID.name in each list item reflect to E-Mobility Service Provider name. NameID.id in each list item reflect to E-Mobility Service Provider id.
Implementation
List<NameID> matchingEMobilityServiceProviders;