Gets the value of "animation-iteration-count"
Source
String get animationIterationCount => getPropertyValue('animation-iteration-count');
Sets the value of "animation-iteration-count"
Source
set animationIterationCount(String value) { setProperty('animation-iteration-count', value, ''); }