can a getter return a different type than what the...
# announcements
p
can a getter return a different type than what the underlying field has? e.g. I have a field of type
Double?
but I want to expose it as
Double
because I know it can't be null