fromNative static method
Implementation
static TransitionExitEvent fromNative(TransitionExitEventNative native, {bool takeOwnership = true}) {
return TransitionExitEvent(
native.from,
native.to,
);
}
static TransitionExitEvent fromNative(TransitionExitEventNative native, {bool takeOwnership = true}) {
return TransitionExitEvent(
native.from,
native.to,
);
}