NullExportedSymbolsException constructor

NullExportedSymbolsException([
  1. String? str_
])

Implementation

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