high method

Meter high(
  1. num h
)

Implementation

Meter high(num h) {
  attr('high', StringAttribute('$h'));
  return this;
}