FloatValue

@Serializable
@SerialName(value = "float")
data class FloatValue(val value: Double) : PassableValue(source)

Constructors

Link copied to clipboard
constructor(value: Double)

Properties

Link copied to clipboard