Join Slack
Powered by
What would be the best way to set up a multiple pr...
# getting-started
n
nic
01/09/2018, 11:22 PM
What would be the best way to set up a multiple property that can be set as null, but never retrieved as null. Essentially a mutable
lazy
property that can be cleared, and the next time you go to grab it, it creates a new instance of itself, so you don’t have to scatter the code with
variable?.
everywhere, since you’ll never grab a null version of it
Open in Slack
Previous
Next