Related to #139.
Now that properties have a default value in the constructor by default, is there a simple way to not have a default value for a property in the constructor?
It could be nice to be able to do something like new_property(default = missing_arg()) or new_property(required = TRUE).