identChars top-level property

Iterable<string> get identChars

Ident char (tab)

Implementation

Iterable<string> get identChars => ["\t"];