扑concat名单

代码示例

1
0

扑concat名单

var newList = [list1, list2, list3].expand((x) => x).toList()
As of Dart 2 you can now use +:

var newList = list1 + list2 + list3;
As of Dart 2.3 you can use the spread operator:

var newList = [...list1, ...list2, ...list3];

类似页面

带有示例的类似页面

其他语言

此页面有其他语言版本

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................