toNative static method

JamTypeColorNative toNative(
  1. JamTypeColor obj
)

Implementation

static JamTypeColorNative toNative(JamTypeColor obj) {
  return _JamTypeColorNativeInit(
      mapkit_navigation_jam_segment.JamTypeImpl.toInt(obj.jamType),
      to_native.toNativeColor(obj.jamColor));
}