SyntaxFix
Write A Post
Hire A Developer
Questions
To call one constructor from another you need to use this() and you need to put it first. In your case the default constructor needs to call the one which takes an argument, not the other ways around.
this()