separator property Null safety
Return the token for the separator (colon or equals) before the
initializer list or redirection, or null
if there are no initializers.
Implementation
Token? get separator;
Return the token for the separator (colon or equals) before the
initializer list or redirection, or null
if there are no initializers.
Token? get separator;