StateError (keadaan buruk: tidak ada elemen)

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