SetLoopingRequest constructor

SetLoopingRequest({
  1. int? playerId,
  2. bool? looping,
})

Implementation

SetLoopingRequest({
  this.playerId,
  this.looping,
});