value method

Param value(
  1. String v
)

Implementation

Param value(String v) {
  attr('value', StringAttribute(v));
  return this;
}