animationSettings property
AnimationSettings
get
animationSettings
Настройки анимации.
Implementation
AnimationSettings get animationSettings {
_CAnimationSettings res = _CModelMapObject_animationSettings(_CModelMapObjectMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}