currentLoopMode property
LoopMode?
get
currentLoopMode
returns the looping state : true -> looping, false -> not looping
Implementation
LoopMode? get currentLoopMode => _loopMode.value;
returns the looping state : true -> looping, false -> not looping
LoopMode? get currentLoopMode => _loopMode.value;