STRING

Primitive kind that represents a string value. Corresponding Kotlin primitive is String. Corresponding encoder and decoder methods are Encoder.encodeString and Decoder.decodeString.

Functions

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String