Parser(SourceFile file, String text, {int start = 0, String? baseUrl}) : _parser = _Parser(file, text, start: start);