Computed properties.
get short
class Addr { constructor(value) { this.value = value; } // TODO get short() }