public getCurrentValue()

in scripts/model.ts [32:34]


    public getCurrentValue(): number {
        return this._currentValue;
    }