最佳答案
我正在运行 list.firstWhere
,这有时会抛出一个异常:
Bad State: No element
When the exception was thrown, this was the stack:
#0 _ListBase&Object&ListMixin.firstWhere (dart:collection/list.dart:148:5)
我不明白这意味着什么也不能确定的问题,通过寻找 在源头。
我的 firstWhere
是这样的:
list.firstWhere((element) => a == b);