data class RawString : IRawString
Use this class to represent a String which should be treated as raw String in reporting.
See Also
RawString(string: String)
Use this class to represent a String which should be treated as raw String in reporting. |
val string: String
The string which should be treated as raw String. |
val NULL: RawString
The representation for |