tooFew static method

StateError tooFew()

Error thrown by, e.g., List.setRange if there are too few elements. */

Implementation

static StateError tooFew() => StateError("Too few elements");