RoutingPathSegment

data class RoutingPathSegment(value: String, kind: RoutingPathSegmentKind)

Represent a single routing path segment

Constructors

Link copied to clipboard
fun RoutingPathSegment(value: String, kind: RoutingPathSegmentKind)

Properties

Link copied to clipboard
val kind: RoutingPathSegmentKind
Link copied to clipboard
val value: String