token property

Token? get token
inherited

Override if emitting multiple tokens.

Implementation

Token? get token {
  return _token;
}