fromNative static method
Implementation
static JamSegment fromNative(JamSegmentNative native) {
return JamSegment(JamTypeImpl.fromInt(native.jamType), speed: native.speed);
}
static JamSegment fromNative(JamSegmentNative native) {
return JamSegment(JamTypeImpl.fromInt(native.jamType), speed: native.speed);
}