It's also possible to not declare any properties i...
# getting-started
t
It's also possible to not declare any properties in the primary constructor and define those properties alongside the other properties in the class body. They can then be assigned just like the other properties.