Stateerror (плохое состояние: нет элемента)

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