protected constructor()

in src/meter/meter.ts [9:13]


    protected constructor(id: Id, writer: WriterUnion, meter_type_symbol: string) {
        this._id = id;
        this._meter_type_symbol = meter_type_symbol;
        this._writer = writer;
    }