constructor()

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


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