component7

operator fun component7(): String?(source)

Retrieves the seventh component of the data class, typically used for destructuring declarations.

Return

The seventh component as a nullable String, or null if not available.