kotlin-stdlib / kotlin / String / <init> <init> Common JVM JS Native 1.0 <init>() The String class represents character strings. All string literals in Kotlin programs, such as "abc", are implemented as instances of this class.