setLoop method

BuildRequest setLoop(
  1. bool loop
)

Implementation

BuildRequest setLoop(bool loop) {
  _isLoop = loop;
  return this;
}