animationIterationCount property

String animationIterationCount

Implementation

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

Implementation

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