Hey, is there a good way to make extension propert...
# getting-started
r
Hey, is there a good way to make extension properties lazy? You can delegate to
lazy
but then you're missing the receiver...
e
extensions don't have state and lazy is stateful