value method

Li value(
  1. int v
)

Implementation

Li value(int v) {
  attr('value', StringAttribute('$v'));
  return this;
}