kmpworker
Toggle table of contents
0.1.0-beta06
common
Platform filter
common
Switch theme
Search in API
kmpworker
core
/
io.neuralheads.kmpworker.core
/
TaskGraph
/
Edge
Edge
data
class
Edge
(
val
from
:
String
,
val
to
:
String
)
Members
Constructors
Edge
Link copied to clipboard
constructor
(
from
:
String
,
to
:
String
)
Properties
from
Link copied to clipboard
val
from
:
String
to
Link copied to clipboard
val
to
:
String