value method

Progress value(
  1. num v
)

Implementation

Progress value(num v) {
  attr('value', StringAttribute('$v'));
  return this;
}