string;
get name () {
return this._name;
}
Можно сделать декоратор: @lazy get name () { return generateDefault(); }
Обсуждают сегодня