max method

Progress max(
  1. num m
)

Implementation

Progress max(num m) {
  attr('max', StringAttribute('$m'));
  return this;
}