graphToken method

Parser<Token<String>> graphToken()

The graph keyword.

Implementation

Parser<Token<String>> graphToken() => token('graph');