Make the property static. And change it globaly for the class.
class MyClass { static prop = null ... constructor() { ... } ... } MyClass.prop = 'some value'