constructor()

in src/meter/max_gauge.ts [11:13]


    constructor(id: Id, writer: WriterUnion = new_writer("none")) {
        super(id, writer, "m");
    }