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