PolygonData

@Serializable
data class PolygonData(val points: ArrayList<Pair<Int, Int>>)

Constructors

Link copied to clipboard
constructor(points: ArrayList<Pair<Int, Int>>)

Properties

Link copied to clipboard