Field

data class Field(val name: String) : PathSegment(source)

Path segment representing the name of a field.

This class isn't meant to be used directly by end users. Instead, see div.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String