StringParser.fromPascal constructor

StringParser.fromPascal(
  1. String _input
)

Implementation

StringParser.fromPascal(this._input):
  assert(isPascal(_input)),
  _case = StringParserInputCase.pascal;