value property Null safety
Return the value to which the value of the declared variable will be
compared, or null
if the condition does not include an equality test.
Implementation
StringLiteral? get value;
Return the value to which the value of the declared variable will be
compared, or null
if the condition does not include an equality test.
StringLiteral? get value;