currentLoopMode property

LoopMode? get currentLoopMode

returns the looping state : true -> looping, false -> not looping

Implementation

LoopMode? get currentLoopMode => _loopMode.value;