NodeWithRelations

data class NodeWithRelations(val node: NodeEntity, val metadata: MetadataEntity? = null)

Constructors

Link copied to clipboard
constructor(node: NodeEntity, metadata: MetadataEntity? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toEntity(): <Error class: unknown class>
Link copied to clipboard
fun toModel(): <Error class: unknown class>