Sort a list of objects in Flutter (Dart) by property value. You can pass a comparison function to List.sort . someObjects.sort((a, b) => a.someProperty.
確定! 回上一頁