Normally I just use the naming convention ``` priv...
# announcements
r
Normally I just use the naming convention
Copy code
private val _foo = ConcreteClass()
  val foo: Interface
    get() = _foo