List<String> reversedAnimals = animals.reversed.toList();
x.reversed.toList()
print([1, 2, 3].reversed.toList()) // prints: [3, 2, 1]