[VERBOSE-2:ui_dart_state.cc(184)] Unhandled Exception: Bad state: Too many elements code example
Example: StateError (Bad state: No element)
// Use the orElse and set it to null.
someIterable.firstWhere(test, orElse: () => null);
// Use the orElse and set it to null.
someIterable.firstWhere(test, orElse: () => null);