open fun dottedKeySet(): MutableSet<String!>! (source)
Get all the dotted keys of this table.
Paths to intermediary and empty tables are not returned. To include these, use #dottedKeySet(boolean).
Return
MutableSet<String!>!: A set containing all the dotted keys of this table.
open fun dottedKeySet(includeTables: Boolean): MutableSet<String!>! (source)
Get all the dotted keys of this table.
includeTables - Boolean: If true, also include paths to intermediary and empty tables.
Return
MutableSet<String!>!: A set containing all the dotted keys of this table.