animationName property
String
get
animationName
Implementation
String get animationName => js_util.getProperty(this, 'animationName');
set
animationName
(String newValue)
Implementation
set animationName(String newValue) {
js_util.setProperty(this, 'animationName', newValue);
}