StateError (mau estado: sem elemento)

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