optimum method

Meter optimum(
  1. num o
)

Implementation

Meter optimum(num o) {
  attr('optimum', StringAttribute('$o'));
  return this;
}