byNullableModelList

fun <T : JsonModel> JsonObject?.byNullableModelList(key: String? = null, block: (JsonObject) -> T): JsonArrayProperty<T?>