Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-database
/
org.meshtastic.core.database.entity
/
NodeWithRelations
Node
With
Relations
common
data
class
NodeWithRelations
(
val
node
:
NodeEntity
,
val
metadata
:
MetadataEntity
?
=
null
)
(
source
)
Members
Constructors
Node
With
Relations
Link copied to clipboard
common
constructor
(
node
:
NodeEntity
,
metadata
:
MetadataEntity
?
=
null
)
Properties
metadata
Link copied to clipboard
common
val
metadata
:
MetadataEntity
?
node
Link copied to clipboard
common
val
node
:
NodeEntity
Functions
to
Entity
Link copied to clipboard
common
fun
toEntity
(
)
:
ERROR CLASS: Unresolved name: with
to
Model
Link copied to clipboard
common
fun
toModel
(
)
:
ERROR CLASS: Unresolved name: with