RightEye

@JsonClass(generateAdapter = true)
data class RightEye(@Json(name = "iris_landmarks") val irisLandmarks: List<List<Int>>?, @Json(name = "state") val state: String?)

Constructors

Link copied to clipboard
constructor(@Json(name = "iris_landmarks") irisLandmarks: List<List<Int>>?, @Json(name = "state") state: String?)

Properties

Link copied to clipboard
Link copied to clipboard