animationName property

String animationName

Implementation

_i2.String get animationName => _i4.getProperty(
      this,
      'animationName',
    );
void animationName=(String value)

Implementation

set animationName(_i2.String value) {
  _i4.setProperty(
    this,
    'animationName',
    value,
  );
}