You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should apply to both creating new classes (extensions), and creating new instances.
Currently we have just required setting, and all it does it prevents deletion of already set properties that have required set to true.
We need a mean, through which initialization of new object (or class) will crash when some properties are not provided to constructor (still at this point I'm not sure what should be the name of property that will mark that)
The text was updated successfully, but these errors were encountered:
/cc @kamsi
It should apply to both creating new classes (extensions), and creating new instances.
Currently we have just
required
setting, and all it does it prevents deletion of already set properties that haverequired
set to true.We need a mean, through which initialization of new object (or class) will crash when some properties are not provided to constructor (still at this point I'm not sure what should be the name of property that will mark that)
The text was updated successfully, but these errors were encountered: