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;
@Deprecated('Clients should not build AST manually')
Set the token for the separator (colon or equals) before the initializer
list or redirection to the given token
.
Implementation
@Deprecated('Clients should not build AST manually')
set separator(Token? token);