lateJsonListProperty

fun <T : CSJsonObjectStore> CSStore.lateJsonListProperty(key: String, listType: KClass<T>, onChange: ArgFun<List<T>>? = null): CSLateStoreProperty<List<T>>
inline fun <T : CSJsonObjectStore> CSStore.lateJsonListProperty(key: String, noinline onChange: ArgFun<List<T>>? = null): CSLateStoreProperty<List<T>>