NoSuchElementException constructor

const NoSuchElementException([
  1. String? message
])

Implementation

const NoSuchElementException([this.message]);