easing property

String get easing

Implementation

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

Implementation

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