StringParser.fromCamel constructor
StringParser.fromCamel(
- String _input
Implementation
StringParser.fromCamel(this._input):
assert(isCamel(_input)),
_case = StringParserInputCase.camel;
StringParser.fromCamel(this._input):
assert(isCamel(_input)),
_case = StringParserInputCase.camel;