getAll method
dynamic
getAll()
Implementation
getAll() {
var _this = this;
return this._tweens.keys.map((tweenId) {
return _this._tweens[tweenId];
});
}
getAll() {
var _this = this;
return this._tweens.keys.map((tweenId) {
return _this._tweens[tweenId];
});
}