flutter sort by double value code example Example: sort a custom list flutter someObjects.sort((a, b) => a.someProperty.compareTo(b.someProperty));