constructor()

in scripts/model.ts [9:11]


    constructor(initialValue: number) {
        this._currentValue = initialValue;
    }