IrFloatValue

@Serializable
@SerialName(value = "float")
data class IrFloatValue(val value: String) : IrValue

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard