<https://kotlinlang.org/docs/reference/properties....
# rx
a
https://kotlinlang.org/docs/reference/properties.html#backing-properties
In all respects, backing property is just the same as in Java since access to private properties with default getters and setters is optimized so that no function call overhead is introduced.