skipView method

dynamic skipView()

Implementation

skipView() {
  this.isSkipView = true;
  return this;
}