MeterElement constructor

MeterElement()

Implementation

factory MeterElement() => document.createElement("meter") as MeterElement;