DART LIST SILLO BY VALOR CON CLASE Custom
someObjects.sort((a, b) => a.someProperty.compareTo(b.someProperty));
BlackDragonBE
someObjects.sort((a, b) => a.someProperty.compareTo(b.someProperty));