fromNative static method
Implementation
static Animation fromNative(AnimationNative native) {
return Animation(AnimationTypeImpl.fromInt(native.type),
duration: native.duration);
}
static Animation fromNative(AnimationNative native) {
return Animation(AnimationTypeImpl.fromInt(native.type),
duration: native.duration);
}