ReplicatedModel
class ReplicatedModel(val client: IModelClientV2, val branchRef: BranchReference, providedScope: CoroutineScope? = null, initialRemoteVersion: CLVersion? = null)
Dispose should be called on this, as otherwise a regular polling will go on.
Constructors
Link copied to clipboard
constructor(client: IModelClientV2, branchRef: BranchReference, providedScope: CoroutineScope? = null, initialRemoteVersion: CLVersion? = null)