GreenhouseCoordinate

@Serializable
data class GreenhouseCoordinate(val x: Int? = null, val y: Int? = null)

Constructors

Link copied to clipboard
constructor(x: Int? = null, y: Int? = null)

Properties

Link copied to clipboard
val x: Int? = null
Link copied to clipboard
val y: Int? = null