value method

Input value(
  1. String val
)

Implementation

Input value(String val) {
  attr('value', StringAttribute(val));
  return this;
}