Extension methods
- Add extensions methods:
List.build
,Set.build
,Map.build
,
Iterable.toBuiltList
andIterable.toBuiltSet
. Requires SDK 2.6.0. - Cleanup: remove unnecessary
new
andconst
.
List.build
, Set.build
, Map.build
,Iterable.toBuiltList
and Iterable.toBuiltSet
. Requires SDK 2.6.0.new
and const
.