Props

data class Props(val provider: () -> String)

Constructors

Link copied to clipboard
constructor(provider: () -> String)

Properties

Link copied to clipboard
val provider: () -> String