NullPointerException constructor

NullPointerException([
  1. String? str_
])

Implementation

NullPointerException([String? str_]) {
  str= str_;
}