stringLiteral property Null safety
Return the string literal representing the string after the 'native' token.
Implementation
StringLiteral? get stringLiteral;
@Deprecated('Clients should not build AST manually')
Set the string literal representing the string after the 'native' token to the given stringLiteral.
Implementation
@Deprecated('Clients should not build AST manually')
set stringLiteral(StringLiteral? stringLiteral);