toNative static method

ArrowManeuverStyleNative toNative(
  1. ArrowManeuverStyle obj
)

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);
}