fromNative static method
Implementation
static TargetReachedEvent fromNative(TargetReachedEventNative native, {bool takeOwnership = true}) {
return TargetReachedEvent(
native.index,
LocationPointImpl.fromNative(native.point, takeOwnership: takeOwnership),
);
}