animationSettings property
AnimationSettings
get
animationSettings
Получение настроек анимации для чтения и изменения.
Implementation
AnimationSettings get animationSettings {
_CAnimationSettings res = _CMyLocationMapObject_animationSettings(_CMyLocationMapObjectMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}