RootStore

fun <T> RootStore(initialData: T, id: String = "")

Parameters

id

: the id of this store. ids of SubStores will be concatenated.

initialData

: the first current value of this Store