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