max method

Meter max(
  1. num m
)

Implementation

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