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