isLooped property
bool
get
isLooped
Whether the playback should be started again automatically loopDelay ms after sound is ended.
Implementation
bool get isLooped => _sound.looping.$1;
set
isLooped
(bool val)
Implementation
set isLooped(bool val) => _sound.looping = (val, _sound.looping.$2);