In Dart, the array is called List. asList to get some list (not necessarily ArrayList) and then use addAll to add it to an ArrayList: new ArrayList ().
確定! 回上一頁