UndefinedEofSymbolException constructor

UndefinedEofSymbolException([
  1. String? str
])

Implementation

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