noSuchElement method

  1. @protected
Never noSuchElement([
  1. String? message
])

Implementation

@protected
Never noSuchElement([String? message]) =>
    throw UnsupportedError(message ?? 'Called "next" on an empty iterator');