Do dart classes have a Flutter constructor?
What is difference when you use curly brackets inside constructor in dart classes and when you don't use it. And why you can not have not nullable and not initialized fields inside constructor when you use curly brackets, but you…