You don't have to declare fields in the primary co...
# getting-started
t
You don't have to declare fields in the primary constructor, you can just pass normal params and declare all fields in your class body. The params can then just be assigned to those fields
👍 1