SetLoopingRequest constructor

SetLoopingRequest({
  1. bool? looping,
})

Implementation

SetLoopingRequest({
  this.looping,
});