Children

interface Children : Mappable

Functions

Link copied to clipboard
abstract fun all(): List<Child>
Link copied to clipboard
abstract fun find(key: String?): Child?
Link copied to clipboard
abstract fun toJsonObject(): JsonObject
Link copied to clipboard
abstract fun toJsonString(): String
Link copied to clipboard
abstract fun toMap(): MutableMap<String, Any?>