We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4935115
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
A primary constructor can't have a body, initializer list, of explicit superclass constructor call.
It seems to contradict https://github.com/dart-lang/language/blob/main/working/2364%20-%20primary%20constructors/feature-specification.md#:~:text=Finally%2C%20it%20is%20possible%20to%20use%20an%20initializer%20list%20in%20order%20to%20invoke%20a%20superconstructor%20and/or%20initialize%20some%20explicitly%20declared%20instance%20variables%20with%20a%20computed%20value.?
Sorry, something went wrong.
Thanks I fixed that. :)
4935115
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems to contradict https://github.com/dart-lang/language/blob/main/working/2364%20-%20primary%20constructors/feature-specification.md#:~:text=Finally%2C%20it%20is%20possible%20to%20use%20an%20initializer%20list%20in%20order%20to%20invoke%20a%20superconstructor%20and/or%20initialize%20some%20explicitly%20declared%20instance%20variables%20with%20a%20computed%20value.?
4935115
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks I fixed that. :)