Open
Description
This issue was originally filed by [email protected]
What steps will clearly show the issue / need for enhancement?
- add 'growable' parameter to new List()
2.
3.
What is the current output?
var list = new List()..length = 10;
What would you like to see instead?
var list = new List(10, growable:true);
Please provide any additional information below.
growable should be true in default.