//okhttp/okhttp3/MediaType/subtype subtype¶ [common]\ expect val subtype: String Returns a specific media subtype, such as "plain" or "png", "mpeg", "mp4" or "xml". [jvm, nonJvm]\ [jvm]\ @get:JvmName(name = "subtype") actual val subtype: String [nonJvm]\ actual val subtype: String