rawString property

bool? rawString
final

Whether to use the raw string format for the value.

Can only be used with a String type.

NOTE: The string is always formatted '<value>'.

If rawString is true, creates a raw String formatted r'<value>' and the value may not contain a single quote. Escapes single quotes and newlines in the value.

Implementation

final bool? rawString;