low method

Meter low(
  1. num l
)

Implementation

Meter low(num l) {
  attr('low', StringAttribute('$l'));
  return this;
}