low method
The upper numeric bound of the low end of the measured range. Read more...
Implementation
Meter low(num number, {bool? removeIf}) {
if (removeIf != true && node.attrs != null) {
VirtualAttr attr = VirtualAttr('low', number.toString());
node.attrs!.add(attr);
}
return this;
}