min method

Meter min(
  1. num m
)

Implementation

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