data class Text
Use this class to represent a String which should be treated as raw String in reporting.
See Also
val string: String
The string which should be treated as raw String. |
val EMPTY: Text
An empty string as Text |
|
val NULL: Text
The representation of |
operator fun invoke(string: String): Text |