properties

abstract fun properties(includeNested: Boolean = true): List<KoPropertyDeclaration>

The properties present in the declaration.

Return

a list of KoPropertyDeclaration representing the properties in the declaration.

Parameters

includeNested

specifies whether to include nested properties.