stringValue property
      
      String?
      get
      stringValue
      
    
    
The value of the string literal, or null if the string isn't a constant
string without any string interpolation.
Implementation
String? get stringValue;The value of the string literal, or null if the string isn't a constant
string without any string interpolation.
String? get stringValue;