mutableListProperty

@JvmName(name = "propertyMutableList")
inline fun <T : CSJsonObjectStore> CSStore.mutableListProperty(key: String, noinline onChange: ArgFun<MutableList<T>>? = null): CSStoreProperty<MutableList<T>>
@JvmName(name = "propertyMutableList")
inline fun <T : CSJsonObjectStore> CSStore.mutableListProperty(parent: CSHasRegistrationsHasDestruct, key: String, noinline onChange: ArgFun<MutableList<T>>? = null): CSStoreProperty<MutableList<T>>