value method

Option value(
  1. String val
)

Implementation

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