StringReturnValue

A string return value is provided if a method invocation results in a string value.

Constructors

Link copied to clipboard
constructor(stringValue: String)

Properties

Link copied to clipboard

the string value returned by the method.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String