easing property

String easing

Implementation

String get easing => js_util.getProperty(this, 'easing');
void easing=(String newValue)

Implementation

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