728x90 리스트합1 [Flutter/플러터] Dart 반복문 쓰지 않고 리스트 합, 최댓값, 최솟값 구하기 - fold 반복문을 사용하지 않고 리스트의 총 합을 구할 수 있는 방법이 있다. fold ( )를 사용하면 된다. 공식 문서를 보자 https://api.dart.dev/stable/1.10.1/dart-core/List/fold.html fold method - List class - dart:core library - Dart API dynamic fold( initialValue,dynamic combine(previousValue, E element) ) Reduces a collection to a single value by iteratively combining each element of the collection with an existing value Uses initialValue as the .. 2022. 9. 23. 이전 1 다음 728x90 반응형