fromNative static method

JamTypeColor fromNative(
  1. JamTypeColorNative native
)

Implementation

static JamTypeColor fromNative(JamTypeColorNative native) {
  return JamTypeColor(
      mapkit_navigation_jam_segment.JamTypeImpl.fromInt(native.jamType),
      to_platform.toPlatformColor(native.jamColor));
}