fun defaultsKeySet(): MutableSet<String!>!
(source)
The keys of all defaults provided by this schema.
Return
MutableSet<String!>!: The keys for all defaults provided by this schema.
fun defaultsKeySet(prefix: String!): MutableSet<String!>!
(source)
The keys of all defaults provided by this schema.
prefix
- String!: the prefix the keys must match.
Return
MutableSet<String!>!: The keys for all defaults provided by this schema.