我想获得第一个最长的字符串?我怎样才能做到这一点 ?
List<String> list = ['hi', 'hello', 'frozen', 'big mistake', 'cool daddy'];
dart flutter
dart ×1
flutter ×1