nullable Json Element List
fun JsonModel?.nullableJsonElementList(key: String? = null, default: JsonArrayDefaultSelector<JsonElement?>): JsonDelegateProperty<List<JsonElement?>>
Content copied to clipboard
fun JsonModel?.nullableJsonElementList(key: String? = null, default: List<JsonElement?>): JsonDelegateProperty<List<JsonElement?>>
Content copied to clipboard
fun JsonModel?.nullableJsonElementList(key: String): JsonDelegateProperty<List<JsonElement?>>
Content copied to clipboard
val JsonModel?.nullableJsonElementList: JsonDelegateProperty<List<JsonElement?>>
Content copied to clipboard