animationName property
String?
get
animationName
Implementation
_i2.String? get animationName => _i4.getProperty(
this,
'animationName',
);
set
animationName
(String? value)
Implementation
set animationName(_i2.String? value) {
_i4.setProperty(
this,
'animationName',
value ?? _i6.undefined,
);
}