easing property

dynamic get easing

Implementation

dynamic get easing => js_util.getProperty(this, 'easing');
set easing (dynamic newValue)

Implementation

set easing(dynamic newValue) {
  js_util.setProperty(this, 'easing', newValue);
}