serializedATN property
If this recognizer was generated, it will have a serialized ATN representation of the grammar.
For interpreters, we don't know their serialized ATN despite having created the interpreter from it.
Implementation
@override
List<int> get serializedATN => _serializedATN;