noElement static method
Error thrown thrown by, e.g., Iterable.first when there is no result. */
Implementation
static StateError noElement() => StateError("No element");
Error thrown thrown by, e.g., Iterable.first when there is no result. */
static StateError noElement() => StateError("No element");