language property
TreeSitterGrammar?
get
language
The currently assigned language, or null for a newly-created parser.
Implementation
TreeSitterGrammar? get language {
_checkNotDisposed();
return _grammar;
}