StateError (mauvais état: aucun élément)

// Use the orElse and set it to null.
someIterable.firstWhere(test, orElse: () => null);
loonix