instructionsPlayCount property
Replays the instruction animations a number of times -< 0 the animations are play endless, 0 the animations are disabled, > 0 the animations are played that many times. Default value is -1 (endless play)
Implementation
set instructionsPlayCount(int value) => _map["instructionsPlayCount"] = value;