toNative static method
Implementation
static HighlightedRoadEventNative toNative(HighlightedRoadEvent obj) {
return _HighlightedRoadEventNativeInit(
to_native.toNativeString(obj.eventId),
mapkit_road_events_layer_style_provider.RoadEventsLayerHighlightModeImpl
.toInt(obj.mode),
);
}