stringValue property Null safety
Return the value of the string literal, or null
if the string is not a
constant string without any string interpolation.
Implementation
String? get stringValue;
Return the value of the string literal, or null
if the string is not a
constant string without any string interpolation.
String? get stringValue;