nullJsonListProperty
fun <T : CSJsonObjectStore> CSStore.nullJsonListProperty(key: String, listType: KClass<T>, onChange: (value: List<T>?) -> Unit? = null): CSStoreProperty<List<T>?>
inline fun <T : CSJsonObjectStore> CSStore.nullJsonListProperty(key: String, noinline onChange: ArgFun<List<T>?>? = null): CSStoreProperty<List<T>?>