toNative static method
Implementation
static ArrowManeuverStyleNative toNative(ArrowManeuverStyle obj) {
return _ArrowManeuverStyleNativeInit(
to_native.toNativeColor(obj.fillColor),
to_native.toNativeColor(obj.outlineColor),
obj.outlineWidth,
obj.length,
obj.triangleHeight,
obj.enabled);
}