NullTerminalSymbolsException constructor

NullTerminalSymbolsException([
  1. String? str
])

Implementation

NullTerminalSymbolsException([String? str]) {
  this.str = str;
}