Edge

data class Edge(val from: String, val to: String)

Constructors

Link copied to clipboard
constructor(from: String, to: String)

Properties

Link copied to clipboard
Link copied to clipboard
val to: String