rawStrings property

bool rawStrings
final

Whether to use the raw string format for all string values.

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

If rawStrings is true, all Strings will be raw formatted r'<value>' and the value may not contain a single quote. Escapes single quotes and newlines in the value.

Implementation

final bool rawStrings;