Purpose of required before named non-nullable arguments #2989
Labels
feature
Proposed language feature that solves one or more problems
state-duplicate
This issue or pull request already exists
I'm wondering what is the purpose of 'required' key word used with named non-nullable arguments?!
After null-safety, do really we need to put 'required' before the non-nullable named argument?
Implicitly, the compiler consider it as required and forces the developer to use it, so. why we need to write it?
Thanks.
The text was updated successfully, but these errors were encountered: