start method

Ol start(
  1. int s
)

Implementation

Ol start(int s) {
  attr('start', StringAttribute('$s'));
  return this;
}