previousSibling property

AnimationEffect? get previousSibling

Implementation

AnimationEffect? get previousSibling =>
    js_util.getProperty(this, 'previousSibling');