-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.core-nlibrary-coretype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
This issue was originally filed by sugashi.s...@gmail.com
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.
Metadata
Metadata
Assignees
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.core-nlibrary-coretype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug