step method

Input step(
  1. String s
)

Implementation

Input step(String s) {
  attr('step', StringAttribute(s));
  return this;
}