describeShortly

@Since(version = "2.2")
abstract fun describeShortly(locale: UELocale, obj: T?): String?

Describes the obj in a debug-friendly way with the usage of a locale in 1 line.

Return

the description, or null if the object cannot be described in 1 line