toNative static method

JamSegmentNative toNative(
  1. JamSegment obj
)

Implementation

static JamSegmentNative toNative(JamSegment obj) {
  return _JamSegmentNativeInit(JamTypeImpl.toInt(obj.jamType), obj.speed);
}