AreaReference
data class AreaReference(val rootArea: IAreaReference, val mountKeys: List<INodeReference>, val mountValues: List<IAreaReference>) : IAreaReference
Constructors
Link copied to clipboard
constructor(rootArea: IAreaReference, mountKeys: List<INodeReference>, mountValues: List<IAreaReference>)