I think this is by design—to improve readability. ...
# announcements
c
I think this is by design—to improve readability. Since Kotlin does not have Java like accessors, K
something.isCancelled
is the preferred form same as
something.isCancelled()
in Java Beans.