tooFew static method
Error thrown by, e.g., List.setRange if there are too few elements. */
Implementation
static StateError tooFew() => StateError("Too few elements");
Error thrown by, e.g., List.setRange if there are too few elements. */
static StateError tooFew() => StateError("Too few elements");